Skip to content

Commit

Permalink
[Validator] re-added support for 2.4 API version in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jan 25, 2015
1 parent b6a9f0b commit bdcea46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/Constraints/AbstractConstraintValidatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ protected function createContext()
$translator
);
break;
case Validation::API_VERSION_2_4:
case Validation::API_VERSION_2_5_BC:
$context = new LegacyExecutionContext(
$validator,
Expand Down

0 comments on commit bdcea46

Please sign in to comment.