Skip to content

Commit 7f95701

Browse files
committed
stop using the deprecated at() PHPUnit matcher
1 parent c3b8472 commit 7f95701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/FirewallTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public function testOnKernelRequestStopsWhenThereIsAResponse()
7676
->getMock()
7777
;
7878
$event
79-
->expects($this->at(0))
79+
->expects($this->once())
8080
->method('hasResponse')
8181
->willReturn(true)
8282
;

0 commit comments

Comments
 (0)