Skip to content

Commit bdcea46

Browse files
committed
[Validator] re-added support for 2.4 API version in tests
1 parent b6a9f0b commit bdcea46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/Constraints/AbstractConstraintValidatorTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ protected function createContext()
113113
$translator
114114
);
115115
break;
116+
case Validation::API_VERSION_2_4:
116117
case Validation::API_VERSION_2_5_BC:
117118
$context = new LegacyExecutionContext(
118119
$validator,

0 commit comments

Comments
 (0)