You are here

protected function LegacyIpValidatorLegacyApiTest::getApiVersion in Plug 7

Overrides IpValidatorTest::getApiVersion

File

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

Class

LegacyIpValidatorLegacyApiTest
@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_5_BC;
}