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

Commit e156217

Browse files
committed
Merge branch '3.4' into 4.4
* 3.4: add validator translation 99 for Italian language stop using the deprecated at() PHPUnit matcher Fix typehint phpdoc
2 parents d14d6f7 + 4a715ed commit e156217

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
@@ -78,7 +78,7 @@ public function testOnKernelRequestStopsWhenThereIsAResponse()
7878
->getMock()
7979
;
8080
$event
81-
->expects($this->at(0))
81+
->expects($this->once())
8282
->method('hasResponse')
8383
->willReturn(true)
8484
;

0 commit comments

Comments
 (0)