You are here

protected function CountryValidatorTest::getApiVersion in Plug 7

Overrides AbstractConstraintValidatorTest::getApiVersion

File

lib/Symfony/validator/Symfony/Component/Validator/Tests/Constraints/CountryValidatorTest.php, line 28

Class

CountryValidatorTest

Namespace

Symfony\Component\Validator\Tests\Constraints

Code

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