Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit 4a715ed

Browse files
committed
stop using the deprecated at() PHPUnit matcher
1 parent 163656d commit 4a715ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Http/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)