diff options
author | Ryan Weaver <ryan@thatsquality.com> | 2015-09-23 21:45:13 -0400 |
---|---|---|
committer | Ryan Weaver <ryan@thatsquality.com> | 2015-09-23 21:45:13 -0400 |
commit | 654da1c8a77409f2de8a4604f47a08715ed9a8c4 (patch) | |
tree | a12dc5330356abe40f1a495cc41c3522046ddcbe | |
parent | 7bfeb0feb9661a7c4bdcd86241868c8485e6b361 (diff) | |
download | symfony-security-654da1c8a77409f2de8a4604f47a08715ed9a8c4.zip symfony-security-654da1c8a77409f2de8a4604f47a08715ed9a8c4.tar.gz symfony-security-654da1c8a77409f2de8a4604f47a08715ed9a8c4.tar.bz2 |
Fixing test locations
-rw-r--r-- | Core/Tests/Authorization/Voter/AbstractVoterTest.php (renamed from Tests/Core/Authentication/Voter/AbstractVoterTest.php) | 2 | ||||
-rw-r--r-- | Core/Tests/LegacySecurityContextInterfaceTest.php (renamed from Tests/Core/LegacySecurityContextInterfaceTest.php) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Tests/Core/Authentication/Voter/AbstractVoterTest.php b/Core/Tests/Authorization/Voter/AbstractVoterTest.php index af7b82f..5e2b35e 100644 --- a/Tests/Core/Authentication/Voter/AbstractVoterTest.php +++ b/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/Tests/Core/LegacySecurityContextInterfaceTest.php b/Core/Tests/LegacySecurityContextInterfaceTest.php index 5225eb5..a45ecf9 100644 --- a/Tests/Core/LegacySecurityContextInterfaceTest.php +++ b/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; |