We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 436e749 + 473da00 commit 13077a8Copy full SHA for 13077a8
Tests/FirewallTest.php
@@ -74,7 +74,7 @@ public function testOnKernelRequestStopsWhenThereIsAResponse()
74
->getMock()
75
;
76
$event
77
- ->expects($this->at(0))
+ ->expects($this->once())
78
->method('hasResponse')
79
->willReturn(true)
80
0 commit comments