Skip to content

Commit 0753a08

Browse files
Merge branch '5.4' into 6.2
* 5.4: minor #49253 [PHPUnit 10] Use `TestCase` suffix for abstract tests in `/Tests/` (OskarStark)
2 parents 5663ef0 + ec8f7a1 commit 0753a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Validator/Constraints/UserPasswordValidatorTest.php renamed to Tests/Validator/Constraints/UserPasswordValidatorTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
/**
2626
* @author Bernhard Schussek <[email protected]>
2727
*/
28-
abstract class UserPasswordValidatorTest extends ConstraintValidatorTestCase
28+
abstract class UserPasswordValidatorTestCase extends ConstraintValidatorTestCase
2929
{
3030
private const PASSWORD = 's3Cr3t';
3131
private const SALT = '^S4lt$';

0 commit comments

Comments
 (0)