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

Commit f48e5ef

Browse files
committed
Merge branch '2.5' into 2.6
* 2.5: [Security] moved test files into the right place
2 parents 73461e3 + d5541a8 commit f48e5ef

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Tests/Core/Authentication/Token/RememberMeTokenTest.php renamed to Core/Tests/Authentication/Token/RememberMeTokenTest.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\Core\Authentication\Token;
12+
namespace Symfony\Component\Security\Core\Tests\Authentication\Token;
1313

1414
use Symfony\Component\Security\Core\Authentication\Token\RememberMeToken;
1515
use Symfony\Component\Security\Core\Role\Role;

Tests/Core/User/InMemoryUserProviderTest.php renamed to Core/Tests/User/InMemoryUserProviderTest.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\Core\User;
12+
namespace Symfony\Component\Security\Core\Tests\User;
1313

1414
use Symfony\Component\Security\Core\User\InMemoryUserProvider;
1515
use Symfony\Component\Security\Core\User\User;

Tests/Core/User/UserCheckerTest.php renamed to Core/Tests/User/UserCheckerTest.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\Core\User;
12+
namespace Symfony\Component\Security\Core\Tests\User;
1313

1414
use Symfony\Component\Security\Core\User\UserChecker;
1515

Tests/Http/Firewall/ExceptionListenerTest.php renamed to Http/Tests/Firewall/ExceptionListenerTest.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 Symfony\Component\HttpFoundation\Request;
1515
use Symfony\Component\HttpFoundation\Response;

0 commit comments

Comments
 (0)