diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2014-12-30 14:35:28 +0100 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2014-12-30 14:35:28 +0100 |
commit | 4dbe4823b70f96ed76220a524aadfb50df9a9387 (patch) | |
tree | deed09b7e012828327bc7b798b1bb359912f3ab1 /Tests/Core/SecurityContextInterfaceTest.php | |
parent | d278266e82082b8605dffb29151bd77b9f3d334f (diff) | |
parent | 6e96a175c73cad7542ca394b821e5fd912919dec (diff) | |
download | symfony-security-4dbe4823b70f96ed76220a524aadfb50df9a9387.zip symfony-security-4dbe4823b70f96ed76220a524aadfb50df9a9387.tar.gz symfony-security-4dbe4823b70f96ed76220a524aadfb50df9a9387.tar.bz2 |
Merge branch '2.7'
* 2.7:
[Debug] track and report deprecated classes and interfaces
[Form] Remove a redundant test.
use value of DIRECTORY_SEPARATOR to detect Windows
Conflicts:
src/Symfony/Bundle/SecurityBundle/Tests/Functional/SecurityRoutingIntegrationTest.php
src/Symfony/Component/Security/Core/Util/SecureRandom.php
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() { |