Fixing test locations

This commit is contained in:
Ryan Weaver 2015-09-23 21:45:13 -04:00
parent b6604f3e6f
commit 16e09d3eaa
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;