Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit 94a07e6

Browse files
committed
Various tweaks 3.4
1 parent 0d0529f commit 94a07e6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Csrf/Tests/CsrfTokenManagerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ public function testNamespaced()
165165
$requestStack = new RequestStack();
166166
$requestStack->push(new Request([], [], [], [], [], ['HTTPS' => 'on']));
167167

168-
$manager = new CsrfTokenManager($generator, $storage, null, $requestStack);
168+
$manager = new CsrfTokenManager($generator, $storage);
169169

170170
$token = $manager->getToken('foo');
171171
$this->assertSame('foo', $token->getId());

Http/Tests/Firewall/UsernamePasswordFormAuthenticationListenerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
namespace Symfony\Component\Security\Tests\Http\Firewall;
12+
namespace Symfony\Component\Security\Http\Tests\Firewall;
1313

1414
use PHPUnit\Framework\TestCase;
1515
use Symfony\Component\HttpFoundation\RedirectResponse;

Http/Tests/Firewall/UsernamePasswordJsonAuthenticationListenerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
namespace Symfony\Component\Security\Tests\Http\Firewall;
12+
namespace Symfony\Component\Security\Http\Tests\Firewall;
1313

1414
use PHPUnit\Framework\TestCase;
1515
use Symfony\Component\HttpFoundation\Request;

0 commit comments

Comments
 (0)