@@ -11,8 +11,8 @@ |
||
11 | 11 | use Symfony\Component\HttpFoundation\Response; |
12 | 12 | use Symfony\Component\Security\Core\User\UserInterface; |
13 | 13 | use Symfony\Component\Validator\Validator\ValidatorInterface; |
14 | -use TreeHouse\BaseApiBundle\Security\SecurityContext; |
|
15 | 14 | use TreeHouse\BaseApiBundle\Exception\ValidationException; |
15 | +use TreeHouse\BaseApiBundle\Security\SecurityContext; |
|
16 | 16 | |
17 | 17 | abstract class BaseApiController extends Controller |
18 | 18 | { |
@@ -2,9 +2,9 @@ |
||
2 | 2 | |
3 | 3 | namespace TreeHouse\BaseApiBundle\Tests\Security; |
4 | 4 | |
5 | -use TreeHouse\BaseApiBundle\Security\SecurityContext; |
|
6 | 5 | use Symfony\Component\Security\Core\Authentication\Token\TokenInterface; |
7 | 6 | use Symfony\Component\Security\Core\User\UserInterface; |
7 | +use TreeHouse\BaseApiBundle\Security\SecurityContext; |
|
8 | 8 | |
9 | 9 | class SecurityContextTest extends \PHPUnit_Framework_TestCase |
10 | 10 | { |