summaryrefslogtreecommitdiffstats
path: root/Core/Tests/Validator
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2015-05-15 15:53:44 +0200
committerFabien Potencier <fabien.potencier@gmail.com>2015-05-15 15:53:44 +0200
commit34bcfc3debc0b7e1fbc68b1bedf98e21163f4967 (patch)
tree47f4484cd82bf68bec11be587ea012fccb4950ba /Core/Tests/Validator
parent41cb2c25e9d0f2535ccb7f2b5ef4d74165c04df1 (diff)
parentc7f7fcfa6dbcd0ae71be8fb4b2c0dbbce8f38150 (diff)
downloadsymfony-security-34bcfc3debc0b7e1fbc68b1bedf98e21163f4967.zip
symfony-security-34bcfc3debc0b7e1fbc68b1bedf98e21163f4967.tar.gz
symfony-security-34bcfc3debc0b7e1fbc68b1bedf98e21163f4967.tar.bz2
Merge branch '2.6' into 2.7
* 2.6: fixed CS fixed CS Conflicts: src/Symfony/Component/Security/Http/Tests/Firewall/RememberMeListenerTest.php
Diffstat (limited to 'Core/Tests/Validator')
-rw-r--r--Core/Tests/Validator/Constraints/LegacyUserPasswordValidatorTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Tests/Validator/Constraints/LegacyUserPasswordValidatorTest.php b/Core/Tests/Validator/Constraints/LegacyUserPasswordValidatorTest.php
index 54258e3..72e08c0 100644
--- a/Core/Tests/Validator/Constraints/LegacyUserPasswordValidatorTest.php
+++ b/Core/Tests/Validator/Constraints/LegacyUserPasswordValidatorTest.php
@@ -18,7 +18,7 @@ use Symfony\Component\Validator\Validation;
* @author Bernhard Schussek <bschussek@gmail.com>
* @group legacy
*/
-class LegacyUserPasswordValidatorApiTest extends UserPasswordValidatorTest
+class LegacyUserPasswordValidatorTest extends UserPasswordValidatorTest
{
protected function getApiVersion()
{