@@ -17,6 +17,9 @@ |
||
17 | 17 | |
18 | 18 | class AclSecurityHandlerTest extends TestCase |
19 | 19 | { |
20 | + /** |
|
21 | + * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface |
|
22 | + */ |
|
20 | 23 | public function getTokenStorageMock() |
21 | 24 | { |
22 | 25 | // Set the SecurityContext for Symfony <2.6 |