@@ -2,10 +2,7 @@ |
||
2 | 2 | |
3 | 3 | namespace Alpixel\Bundle\CMSBundle\Tests\Functional; |
4 | 4 | |
5 | -use FOS\UserBundle\Doctrine\UserManager; |
|
6 | -use Symfony\Bridge\Doctrine\Security\User\EntityUserProvider; |
|
7 | 5 | use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; |
8 | -use Symfony\Component\BrowserKit\Cookie; |
|
9 | 6 | use Symfony\Component\DependencyInjection\Container; |
10 | 7 | use Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken; |
11 | 8 |