Fix legacy security tests

This commit is contained in:
Christophe Coevoet 2015-09-26 17:38:37 +02:00
parent 1d5557f37f
commit 8b615bb4b4

View File

@ -11,9 +11,9 @@
namespace Symfony\Component\Security\Core\Tests;
use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage;
use Symfony\Component\Security\Core\Authorization\AuthorizationChecker;
use Symfony\Component\Security\Core\Security;
use Symfony\Component\Security\Core\SecurityContext;
use Symfony\Component\Security\Core\SecurityContextInterface;
/**
* @group legacy