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