We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45faa49 commit 7bffdc3Copy full SHA for 7bffdc3
1 file changed
Tests/Manager/UserManagerTest.php
@@ -5,11 +5,11 @@
5
use Doctrine\ORM\EntityRepository;
6
use Hackzilla\Bundle\TicketBundle\Manager\UserManager;
7
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
8
-use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage;
9
use Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager;
10
use Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider;
11
-use Symfony\Component\Security\Core\Authorization\AuthorizationChecker;
+use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage;
12
use Symfony\Component\Security\Core\Authorization\AccessDecisionManager;
+use Symfony\Component\Security\Core\Authorization\AuthorizationChecker;
13
14
class UserManagerTest extends WebTestCase
15
{
0 commit comments