Skip to content

Commit 13077a8

Browse files
committed
Merge branch '4.4' into 5.1
* 4.4: add validator translation 99 for Italian language stop using the deprecated at() PHPUnit matcher Fix typehint phpdoc
2 parents 436e749 + 473da00 commit 13077a8

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
@@ -74,7 +74,7 @@ public function testOnKernelRequestStopsWhenThereIsAResponse()
7474
->getMock()
7575
;
7676
$event
77-
->expects($this->at(0))
77+
->expects($this->once())
7878
->method('hasResponse')
7979
->willReturn(true)
8080
;

0 commit comments

Comments
 (0)