You are here

protected function AbstractConstraintValidatorTest::getApiVersion in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/validator/Tests/Constraints/AbstractConstraintValidatorTest.php \Symfony\Component\Validator\Tests\Constraints\AbstractConstraintValidatorTest::getApiVersion()
1 call to AbstractConstraintValidatorTest::getApiVersion()
AbstractConstraintValidatorTest::createContext in vendor/symfony/validator/Tests/Constraints/AbstractConstraintValidatorTest.php
42 methods override AbstractConstraintValidatorTest::getApiVersion()
AllValidatorTest::getApiVersion in vendor/symfony/validator/Tests/Constraints/AllValidatorTest.php
BlankValidatorTest::getApiVersion in vendor/symfony/validator/Tests/Constraints/BlankValidatorTest.php
CallbackValidatorTest::getApiVersion in vendor/symfony/validator/Tests/Constraints/CallbackValidatorTest.php
CardSchemeValidatorTest::getApiVersion in vendor/symfony/validator/Tests/Constraints/CardSchemeValidatorTest.php
ChoiceValidatorTest::getApiVersion in vendor/symfony/validator/Tests/Constraints/ChoiceValidatorTest.php

... See full list

File

vendor/symfony/validator/Tests/Constraints/AbstractConstraintValidatorTest.php, line 301

Class

AbstractConstraintValidatorTest
@since 2.5.3

Namespace

Symfony\Component\Validator\Tests\Constraints

Code

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