diff options
Diffstat (limited to 'Tests/Core/LegacySecurityContextInterfaceTest.php')
-rw-r--r-- | Tests/Core/LegacySecurityContextInterfaceTest.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/Core/LegacySecurityContextInterfaceTest.php b/Tests/Core/LegacySecurityContextInterfaceTest.php index 8f68475..3fad2b1 100644 --- a/Tests/Core/LegacySecurityContextInterfaceTest.php +++ b/Tests/Core/LegacySecurityContextInterfaceTest.php @@ -14,6 +14,9 @@ namespace Symfony\Component\Security\Tests\Core; use Symfony\Component\Security\Core\SecurityContextInterface; use Symfony\Component\Security\Core\Security; +/** + * @group legacy + */ class LegacySecurityContextInterfaceTest extends \PHPUnit_Framework_TestCase { /** |