8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6604f3 commit 16e09d3Copy full SHA for 16e09d3
src/Symfony/Component/Security/Tests/Core/Authentication/Voter/AbstractVoterTest.php renamed to src/Symfony/Component/Security/Core/Tests/Authorization/Voter/AbstractVoterTest.php
@@ -9,7 +9,7 @@
9
* file that was distributed with this source code.
10
*/
11
12
-namespace Symfony\Component\Security\Tests\Core\Authentication\Voter;
+namespace Symfony\Component\Security\Core\Tests\Authorization\Voter;
13
14
use Symfony\Component\Security\Core\Authorization\Voter\AbstractVoter;
15
src/Symfony/Component/Security/Tests/Core/LegacySecurityContextInterfaceTest.php renamed to src/Symfony/Component/Security/Core/Tests/LegacySecurityContextInterfaceTest.php
-namespace Symfony\Component\Security\Tests\Core;
+namespace Symfony\Component\Security\Core\Tests;
use Symfony\Component\Security\Core\SecurityContextInterface;
use Symfony\Component\Security\Core\Security;
0 commit comments