diff options
author | Nicolas Grekas <nicolas.grekas@gmail.com> | 2015-03-13 18:49:40 +0100 |
---|---|---|
committer | Nicolas Grekas <nicolas.grekas@gmail.com> | 2015-03-13 18:50:01 +0100 |
commit | f33c6a81bab53e7139bb32eaffdc504221fbc6ed (patch) | |
tree | fe0b9bed08a1cfef8a0bc65789a6a69a167d7b06 | |
parent | ec9c40899c7314ff3bc0b0be56eae18a37475860 (diff) | |
download | symfony-security-f33c6a81bab53e7139bb32eaffdc504221fbc6ed.zip symfony-security-f33c6a81bab53e7139bb32eaffdc504221fbc6ed.tar.gz symfony-security-f33c6a81bab53e7139bb32eaffdc504221fbc6ed.tar.bz2 |
[2.7] add @group legacy
-rw-r--r-- | Core/Tests/LegacySecurityContextTest.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Core/Tests/LegacySecurityContextTest.php b/Core/Tests/LegacySecurityContextTest.php index 83abac1..f1f7861 100644 --- a/Core/Tests/LegacySecurityContextTest.php +++ b/Core/Tests/LegacySecurityContextTest.php @@ -15,6 +15,9 @@ use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage; use Symfony\Component\Security\Core\Authorization\AuthorizationChecker; use Symfony\Component\Security\Core\SecurityContext; +/** + * @group legacy + */ class LegacySecurityContextTest extends \PHPUnit_Framework_TestCase { private $tokenStorage; |