diff options
Diffstat (limited to 'Tests/Core')
-rw-r--r-- | Tests/Core/LegacySecurityContextInterfaceTest.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Tests/Core/LegacySecurityContextInterfaceTest.php b/Tests/Core/LegacySecurityContextInterfaceTest.php index 3ff91d5..764a43d 100644 --- a/Tests/Core/LegacySecurityContextInterfaceTest.php +++ b/Tests/Core/LegacySecurityContextInterfaceTest.php @@ -11,8 +11,6 @@ namespace Symfony\Component\Security\Tests\Core; -trigger_error('The '.__NAMESPACE__.'\SecurityContextInterfaceTest class is deprecated since version 2.6 and will be removed in 3.0.', E_USER_DEPRECATED); - use Symfony\Component\Security\Core\SecurityContextInterface; use Symfony\Component\Security\Core\Security; |