8000 Moving the test - it was in the wrong spot · symfony/symfony@86d7908 · GitHub
[go: up one dir, main page]

Skip to content

Commit 86d7908

Browse files
committed
Moving the test - it was in the wrong spot
It was not moved during sha: 0601ed3
1 parent e796025 commit 86d7908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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\Authentication\Token\TokenInterface;
1515
use Symfony\Component\Security\Core\Authorization\Voter\AbstractVoter;

0 commit comments

Comments
 (0)
0