You are here

protected function RegexValidatorTest::getApiVersion in Plug 7

Overrides AbstractConstraintValidatorTest::getApiVersion

2 methods override RegexValidatorTest::getApiVersion()
LegacyRegexValidator2Dot4ApiTest::getApiVersion in lib/Symfony/validator/Symfony/Component/Validator/Tests/Constraints/LegacyRegexValidator2Dot4ApiTest.php
LegacyRegexValidatorLegacyApiTest::getApiVersion in lib/Symfony/validator/Symfony/Component/Validator/Tests/Constraints/LegacyRegexValidatorLegacyApiTest.php

File

lib/Symfony/validator/Symfony/Component/Validator/Tests/Constraints/RegexValidatorTest.php, line 20

Class

RegexValidatorTest

Namespace

Symfony\Component\Validator\Tests\Constraints

Code

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