Skip to content

Commit ed0bb20

Browse files
committed
Merge branch '2.7' into 2.8
* 2.7: Increase the inlining YAML level for config:debug [Serializer] Minor: fix CS and PHPDoc [Form] fix tests [Serializer] Ensure that groups are strings [Debug] Tell that the extension is for PHP 5 only Static code analysis Update AnnotationDirectoryLoader.php added a test Escape the delimiter in Glob::toRegex [FrameworkBundle] Fix template location for PHP templates [FrameworkBundle] Add path verification to the template parsing test cases
2 parents c415a65 + 9dc9fb7 commit ed0bb20

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Tests/RememberMe/TokenBasedRememberMeServicesTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,8 @@ public function testLoginFail()
172172
{
173173
$service = $this->getService(null, array('name' => 'foo', 'path' => '/foo', 'domain' => 'foodomain.foo'));
174174
$request = new Request();
175-
$response = new Response();
176175

177-
$service->loginFail($request, $response);
176+
$service->loginFail($request);
178177

179178
$cookie = $request->attributes->get(RememberMeServicesInterface::COOKIE_ATTR_NAME);
180179
$this->assertTrue($cookie->isCleared());

0 commit comments

Comments
 (0)