You are here

protected function LocaleValidatorTest::getApiVersion in Plug 7

Overrides AbstractConstraintValidatorTest::getApiVersion

2 methods override LocaleValidatorTest::getApiVersion()
LegacyLocaleValidator2Dot4ApiTest::getApiVersion in lib/Symfony/validator/Symfony/Component/Validator/Tests/Constraints/LegacyLocaleValidator2Dot4ApiTest.php
LegacyLocaleValidatorLegacyApiTest::getApiVersion in lib/Symfony/validator/Symfony/Component/Validator/Tests/Constraints/LegacyLocaleValidatorLegacyApiTest.php

File

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

Class

LocaleValidatorTest

Namespace

Symfony\Component\Validator\Tests\Constraints

Code

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