8000 Merge branch '2.8' · symfony/symfony@4913362 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4913362

Browse files
committed
Merge branch '2.8'
* 2.8: [Security] made tests work for 2.8 and 3.0
2 parents 763d478 + ff6d9c1 commit 4913362

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

src/Symfony/Component/Security/Http/Tests/Authentication/DefaultAuthenticationFailureHandlerTest.php

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,12 @@
1717

1818
class DefaultAuthenticationFailureHandlerTest extends \PHPUnit_Framework_TestCase
1919
{
20-
private $httpKernel = null;
21-
22-
private $httpUtils = null;
23-
24-
private $logger = null;
25-
26-
private $request = null;
27-
28-
private $session = null;
29-
30-
private $exception = null;
20+
private $httpKernel;
21+
private $httpUtils;
22+
private $logger;
23+
private $request;
24+
private $session;
25+
private $exception;
3126

3227
protected function setUp()
3328
{

0 commit comments

Comments
 (0)
0