summaryrefslogtreecommitdiffstats
path: root/Core/Tests/Validator/Constraints
diff options
context:
space:
mode:
Diffstat (limited to 'Core/Tests/Validator/Constraints')
-rw-r--r--Core/Tests/Validator/Constraints/LegacyUserPasswordValidator2Dot4ApiTest.php1
-rw-r--r--Core/Tests/Validator/Constraints/LegacyUserPasswordValidatorTest.php1
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
{