Skip to content

Commit 07ec1cb

Browse files
committed
[Security] fixed typo in a test
1 parent c0673d7 commit 07ec1cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Security/Tests/Http/EntryPoint/FormAuthenticationEntryPointTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public function testStartWithUseForward()
6464
$httpKernel
6565
->expects($this->once())
6666
->method('handle')
67-
->with($this->equalTo($request), $this->equalTo(HttpKernelInterface::SUB_REQUEST))
67+
->with($this->equalTo($subRequest), $this->equalTo(HttpKernelInterface::SUB_REQUEST))
6868
->will($this->returnValue($response))
6969
;
7070

0 commit comments

Comments
 (0)