8000 Fixing test locations · symfony/symfony@16e09d3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 16e09d3

Browse files
committed
Fixing test locations
1 parent b6604f3 commit 16e09d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

1414
use Symfony\Component\Security\Core\Authorization\Voter\AbstractVoter;
1515

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

1414
use Symfony\Component\Security\Core\SecurityContextInterface;
1515
use Symfony\Component\Security\Core\Security;

0 commit comments

Comments
 (0)
0