We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5663ef0 + ec8f7a1 commit 0753a08Copy full SHA for 0753a08
Tests/Validator/Constraints/UserPasswordValidatorTest.php renamed to Tests/Validator/Constraints/UserPasswordValidatorTestCase.php
@@ -25,7 +25,7 @@
25
/**
26
* @author Bernhard Schussek <bschussek@gmail.com>
27
*/
28
-abstract class UserPasswordValidatorTest extends ConstraintValidatorTestCase
+abstract class UserPasswordValidatorTestCase extends ConstraintValidatorTestCase
29
{
30
private const PASSWORD = 's3Cr3t';
31
private const SALT = '^S4lt$';
0 commit comments