From 16e09d3eaafa53e7187030fd5761fc27c25ff90e Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Wed, 23 Sep 2015 21:45:13 -0400 Subject: [PATCH] Fixing test locations --- .../Tests/Authorization}/Voter/AbstractVoterTest.php | 2 +- .../Core => Core/Tests}/LegacySecurityContextInterfaceTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename src/Symfony/Component/Security/{Tests/Core/Authentication => Core/Tests/Authorization}/Voter/AbstractVoterTest.php (97%) rename src/Symfony/Component/Security/{Tests/Core => Core/Tests}/LegacySecurityContextInterfaceTest.php (94%) diff --git a/src/Symfony/Component/Security/Tests/Core/Authentication/Voter/AbstractVoterTest.php b/src/Symfony/Component/Security/Core/Tests/Authorization/Voter/AbstractVoterTest.php similarity index 97% rename from src/Symfony/Component/Security/Tests/Core/Authentication/Voter/AbstractVoterTest.php rename to src/Symfony/Component/Security/Core/Tests/Authorization/Voter/AbstractVoterTest.php index af7b82f35d..5e2b35eca7 100644 --- a/src/Symfony/Component/Security/Tests/Core/Authentication/Voter/AbstractVoterTest.php +++ b/src/Symfony/Component/Security/Core/Tests/Authorization/Voter/AbstractVoterTest.php @@ -9,7 +9,7 @@ * file that was distributed with this source code. */ -namespace Symfony\Component\Security\Tests\Core\Authentication\Voter; +namespace Symfony\Component\Security\Core\Tests\Authorization\Voter; use Symfony\Component\Security\Core\Authorization\Voter\AbstractVoter; diff --git a/src/Symfony/Component/Security/Tests/Core/LegacySecurityContextInterfaceTest.php b/src/Symfony/Component/Security/Core/Tests/LegacySecurityContextInterfaceTest.php similarity index 94% rename from src/Symfony/Component/Security/Tests/Core/LegacySecurityContextInterfaceTest.php rename to src/Symfony/Component/Security/Core/Tests/LegacySecurityContextInterfaceTest.php index 5225eb52d6..a45ecf956d 100644 --- a/src/Symfony/Component/Security/Tests/Core/LegacySecurityContextInterfaceTest.php +++ b/src/Symfony/Component/Security/Core/Tests/LegacySecurityContextInterfaceTest.php @@ -9,7 +9,7 @@ * file that was distributed with this source code. */ -namespace Symfony\Component\Security\Tests\Core; +namespace Symfony\Component\Security\Core\Tests; use Symfony\Component\Security\Core\SecurityContextInterface; use Symfony\Component\Security\Core\Security;