You are here

protected function LegacyRegexValidator2Dot4ApiTest::getApiVersion in Plug 7

Overrides RegexValidatorTest::getApiVersion

File

lib/Symfony/validator/Symfony/Component/Validator/Tests/Constraints/LegacyRegexValidator2Dot4ApiTest.php, line 23

Class

LegacyRegexValidator2Dot4ApiTest
@since 2.5.3 @author Bernhard Schussek <bschussek@gmail.com> @group legacy

Namespace

Symfony\Component\Validator\Tests\Constraints

Code

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