diff options
author | Hugo Hamon <hugo.hamon@sensiolabs.com> | 2014-12-29 20:40:35 +0100 |
---|---|---|
committer | Hugo Hamon <hugo.hamon@sensiolabs.com> | 2015-01-05 15:58:40 +0100 |
commit | db4c3a3bf1c3639bdac004aa7080fb7acd150dbe (patch) | |
tree | 83083c6a8c47e1d222a5b1e73944c5cd0080075a /Tests/Core | |
parent | c74590b30c5dd089e5a1c1ee2828852bc0a79ab1 (diff) | |
download | symfony-security-db4c3a3bf1c3639bdac004aa7080fb7acd150dbe.zip symfony-security-db4c3a3bf1c3639bdac004aa7080fb7acd150dbe.tar.gz symfony-security-db4c3a3bf1c3639bdac004aa7080fb7acd150dbe.tar.bz2 |
Removed deprecation notices from test files.
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; |