Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit d63f37b

Browse files
committed
Merge branch '2.5' into 2.6
* 2.5: [Form] fix Context\ExecutionContextInterface mock [Validator] marks TraversalStrategy::STOP_RECURSION constant internal as it has been introduced for the BC layer and will be removed in 3.0.
2 parents 887bcdd + 4e37bf9 commit d63f37b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/Tests/Validator/Constraints/LegacyUserPasswordValidatorLegacyApiTest.php renamed to Core/Tests/Validator/Constraints/LegacyUserPasswordValidatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* @since 2.5.4
1818
* @author Bernhard Schussek <[email protected]>
1919
*/
20-
class LegacyUserPasswordValidatorLegacyApiTest extends UserPasswordValidatorTest
20+
class LegacyUserPasswordValidatorApiTest extends UserPasswordValidatorTest
2121
{
2222
protected function getApiVersion()
2323
{

0 commit comments

Comments
 (0)