Skip to content

Commit 473da00

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 4aab90c + 7f95701 commit 473da00

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
@@ -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)