8000 [Security] moved test files into the right place · symfony/symfony@0601ed3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0601ed3

Browse files
committed
[Security] moved test files into the right place
1 parent 04ec942 commit 0601ed3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/Symfony/Component/Security/Tests/Core/Authentication/Token/RememberMeTokenTest.php renamed to src/Symfony/Component/Security/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.
10< 8000 /code>10
*/
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;

src/Symfony/Component/Security/Tests/Core/User/InMemoryUserProviderTest.php renamed to src/Symfony/Component/Security/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;

src/Symfony/Component/Security/Tests/Core/User/UserCheckerTest.php renamed to src/Symfony/Component/Security/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

src/Symfony/Component/Security/Tests/Http/Firewall/ExceptionListenerTest.php renamed to src/Symfony/Component/Security/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)
0