summaryrefslogtreecommitdiffstats
path: root/Core/Tests
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2015-05-15 15:53:19 +0200
committerFabien Potencier <fabien.potencier@gmail.com>2015-05-15 15:53:19 +0200
commitc7f7fcfa6dbcd0ae71be8fb4b2c0dbbce8f38150 (patch)
tree01c4121145936e94ce249c50fe9a4753c3304ff1 /Core/Tests
parentf81b1cd7a05c28ce191bc5d4295bbea7367368d4 (diff)
downloadsymfony-security-c7f7fcfa6dbcd0ae71be8fb4b2c0dbbce8f38150.zip
symfony-security-c7f7fcfa6dbcd0ae71be8fb4b2c0dbbce8f38150.tar.gz
symfony-security-c7f7fcfa6dbcd0ae71be8fb4b2c0dbbce8f38150.tar.bz2
fixed CS
Diffstat (limited to 'Core/Tests')
-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()
{