You are here

protected function LegacyCollectionValidatorArrayLegacyApiTest::getApiVersion in Plug 7

Overrides CollectionValidatorTest::getApiVersion

File

lib/Symfony/validator/Symfony/Component/Validator/Tests/Constraints/LegacyCollectionValidatorArrayLegacyApiTest.php, line 21

Class

LegacyCollectionValidatorArrayLegacyApiTest
@group legacy

Namespace

Symfony\Component\Validator\Tests\Constraints

Code

protected function getApiVersion() {
  return Validation::API_VERSION_2_5_BC;
}