You are here

protected function LuhnValidatorTest::getApiVersion in Plug 7

Overrides AbstractConstraintValidatorTest::getApiVersion

2 methods override LuhnValidatorTest::getApiVersion()
LegacyLuhnValidator2Dot4ApiTest::getApiVersion in lib/Symfony/validator/Symfony/Component/Validator/Tests/Constraints/LegacyLuhnValidator2Dot4ApiTest.php
LegacyLuhnValidatorLegacyApiTest::getApiVersion in lib/Symfony/validator/Symfony/Component/Validator/Tests/Constraints/LegacyLuhnValidatorLegacyApiTest.php

File

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

Class

LuhnValidatorTest

Namespace

Symfony\Component\Validator\Tests\Constraints

Code

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