diff options
author | Nicolas Grekas <nicolas.grekas@gmail.com> | 2014-12-29 18:11:47 +0100 |
---|---|---|
committer | Nicolas Grekas <nicolas.grekas@gmail.com> | 2014-12-30 14:17:32 +0100 |
commit | 732645f4a8842f05116687e61c013307f1de2ea5 (patch) | |
tree | 96a6f99628f0cdd36eee086ee5f25b1b77af0bc7 /Tests/Core/SecurityContextInterfaceTest.php | |
parent | 89eec21a4a58f32e51fbc0bd250037a9d8982817 (diff) | |
download | symfony-security-732645f4a8842f05116687e61c013307f1de2ea5.zip symfony-security-732645f4a8842f05116687e61c013307f1de2ea5.tar.gz symfony-security-732645f4a8842f05116687e61c013307f1de2ea5.tar.bz2 |
[Debug] track and report deprecated classes and interfaces
Diffstat (limited to 'Tests/Core/SecurityContextInterfaceTest.php')
-rw-r--r-- | Tests/Core/SecurityContextInterfaceTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Core/SecurityContextInterfaceTest.php b/Tests/Core/SecurityContextInterfaceTest.php index f65d202..09a4590 100644 --- a/Tests/Core/SecurityContextInterfaceTest.php +++ b/Tests/Core/SecurityContextInterfaceTest.php @@ -19,7 +19,7 @@ class SecurityContextInterfaceTest extends \PHPUnit_Framework_TestCase /** * Test if the BC Layer is working as intended * - * @deprecated Deprecated since version 2.6, to be removed in 3.0. + * @deprecated since version 2.6, to be removed in 3.0. */ public function testConstantSync() { |