diff options
author | Nicolas Grekas <nicolas.grekas@gmail.com> | 2015-03-13 18:32:20 +0100 |
---|---|---|
committer | Nicolas Grekas <nicolas.grekas@gmail.com> | 2015-03-13 18:37:22 +0100 |
commit | 33c79de444fd031ff45425e7007f56677c3ff11f (patch) | |
tree | 68b026a57f24a1f6926482e532b60cdfddf8f92a /Core/Tests/Validator/Constraints | |
parent | 13610c5f6e929d99c9b7f518f545721321b0227a (diff) | |
download | symfony-security-33c79de444fd031ff45425e7007f56677c3ff11f.zip symfony-security-33c79de444fd031ff45425e7007f56677c3ff11f.tar.gz symfony-security-33c79de444fd031ff45425e7007f56677c3ff11f.tar.bz2 |
[2.6] add @group legacyv2.6.5
Diffstat (limited to 'Core/Tests/Validator/Constraints')
-rw-r--r-- | Core/Tests/Validator/Constraints/LegacyUserPasswordValidator2Dot4ApiTest.php | 1 | ||||
-rw-r--r-- | Core/Tests/Validator/Constraints/LegacyUserPasswordValidatorTest.php | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Core/Tests/Validator/Constraints/LegacyUserPasswordValidator2Dot4ApiTest.php b/Core/Tests/Validator/Constraints/LegacyUserPasswordValidator2Dot4ApiTest.php index 4cba363..cfbfdc1 100644 --- a/Core/Tests/Validator/Constraints/LegacyUserPasswordValidator2Dot4ApiTest.php +++ b/Core/Tests/Validator/Constraints/LegacyUserPasswordValidator2Dot4ApiTest.php @@ -16,6 +16,7 @@ use Symfony\Component\Validator\Validation; /** * @since 2.5.4 * @author Bernhard Schussek <bschussek@gmail.com> + * @group legacy */ class LegacyUserPasswordValidator2Dot4ApiTest extends UserPasswordValidatorTest { diff --git a/Core/Tests/Validator/Constraints/LegacyUserPasswordValidatorTest.php b/Core/Tests/Validator/Constraints/LegacyUserPasswordValidatorTest.php index 5cfe444..54258e3 100644 --- a/Core/Tests/Validator/Constraints/LegacyUserPasswordValidatorTest.php +++ b/Core/Tests/Validator/Constraints/LegacyUserPasswordValidatorTest.php @@ -16,6 +16,7 @@ use Symfony\Component\Validator\Validation; /** * @since 2.5.4 * @author Bernhard Schussek <bschussek@gmail.com> + * @group legacy */ class LegacyUserPasswordValidatorApiTest extends UserPasswordValidatorTest { |