summaryrefslogtreecommitdiffstats
path: root/Tests/Core/LegacySecurityContextInterfaceTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Core/LegacySecurityContextInterfaceTest.php')
-rw-r--r--Tests/Core/LegacySecurityContextInterfaceTest.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/Core/LegacySecurityContextInterfaceTest.php b/Tests/Core/LegacySecurityContextInterfaceTest.php
index 764a43d..3ff91d5 100644
--- a/Tests/Core/LegacySecurityContextInterfaceTest.php
+++ b/Tests/Core/LegacySecurityContextInterfaceTest.php
@@ -11,6 +11,8 @@
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;