8000 minor #15881 Fixing security test locations (weaverryan) · symfony/symfony@21e2218 · GitHub
[go: up one dir, main page]

Skip to content

Commit 21e2218

Browse files
committed
minor #15881 Fixing security test locations (weaverryan)
This PR was merged into the 2.7 branch. Discussion ---------- Fixing security test locations | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | none | License | MIT | Doc PR | n/a There were just missed on sha: 0601ed3 probably because there were on a different branch. Cheers! Commits ------- 16e09d3 Fixing test locations
2 parents 31d76ec + 16e09d3 commit 21e2218

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