diff options
Diffstat (limited to 'Core')
-rw-r--r-- | Core/Tests/Validator/Constraints/LegacyUserPasswordValidatorTest.php (renamed from Core/Tests/Validator/Constraints/LegacyUserPasswordValidatorLegacyApiTest.php) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Tests/Validator/Constraints/LegacyUserPasswordValidatorLegacyApiTest.php b/Core/Tests/Validator/Constraints/LegacyUserPasswordValidatorTest.php index 5092a79..5cfe444 100644 --- a/Core/Tests/Validator/Constraints/LegacyUserPasswordValidatorLegacyApiTest.php +++ b/Core/Tests/Validator/Constraints/LegacyUserPasswordValidatorTest.php @@ -17,7 +17,7 @@ use Symfony\Component\Validator\Validation; * @since 2.5.4 * @author Bernhard Schussek <bschussek@gmail.com> */ -class LegacyUserPasswordValidatorLegacyApiTest extends UserPasswordValidatorTest +class LegacyUserPasswordValidatorApiTest extends UserPasswordValidatorTest { protected function getApiVersion() { |