You are here

class LegacyCallbackValidatorLegacyApiTest in Plug 7

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

Hierarchy

Expanded class hierarchy of LegacyCallbackValidatorLegacyApiTest

File

lib/Symfony/validator/Symfony/Component/Validator/Tests/Constraints/LegacyCallbackValidatorLegacyApiTest.php, line 21

Namespace

Symfony\Component\Validator\Tests\Constraints
View source
class LegacyCallbackValidatorLegacyApiTest extends CallbackValidatorTest {
  protected function getApiVersion() {
    return Validation::API_VERSION_2_5_BC;
  }

}

Members

Namesort descending Modifiers Type Description Overrides
AbstractConstraintValidatorTest::$constraint protected property
AbstractConstraintValidatorTest::$context protected property 1
AbstractConstraintValidatorTest::$defaultTimezone protected property
AbstractConstraintValidatorTest::$group protected property
AbstractConstraintValidatorTest::$metadata protected property
AbstractConstraintValidatorTest::$object protected property
AbstractConstraintValidatorTest::$propertyPath protected property
AbstractConstraintValidatorTest::$root protected property
AbstractConstraintValidatorTest::$validator protected property 1
AbstractConstraintValidatorTest::$value protected property
AbstractConstraintValidatorTest::assertNoViolation protected function
AbstractConstraintValidatorTest::assertViolation Deprecated protected function
AbstractConstraintValidatorTest::assertViolations Deprecated protected function
AbstractConstraintValidatorTest::buildViolation protected function
AbstractConstraintValidatorTest::createContext protected function
AbstractConstraintValidatorTest::createViolation Deprecated protected function
AbstractConstraintValidatorTest::expectNoValidate protected function
AbstractConstraintValidatorTest::expectValidateAt protected function
AbstractConstraintValidatorTest::expectValidateValueAt protected function
AbstractConstraintValidatorTest::restoreDefaultTimezone protected function
AbstractConstraintValidatorTest::setDefaultTimezone protected function
AbstractConstraintValidatorTest::setGroup protected function
AbstractConstraintValidatorTest::setObject protected function
AbstractConstraintValidatorTest::setProperty protected function
AbstractConstraintValidatorTest::setPropertyPath protected function
AbstractConstraintValidatorTest::setRoot protected function
AbstractConstraintValidatorTest::setUp protected function 6
AbstractConstraintValidatorTest::setValue protected function
AbstractConstraintValidatorTest::tearDown protected function 1
CallbackValidatorTest::createValidator protected function Overrides AbstractConstraintValidatorTest::createValidator
CallbackValidatorTest::testAnnotationInvocationMultiValued public function
CallbackValidatorTest::testAnnotationInvocationSingleValued public function
CallbackValidatorTest::testArrayCallable public function
CallbackValidatorTest::testArrayCallableExplicitName public function
CallbackValidatorTest::testArrayCallableNullObject public function
CallbackValidatorTest::testClosure public function
CallbackValidatorTest::testClosureExplicitName public function
CallbackValidatorTest::testClosureNullObject public function
CallbackValidatorTest::testConstraintGetTargets public function
CallbackValidatorTest::testExpectEitherCallbackOrMethods public function @expectedException \Symfony\Component\Validator\Exception\ConstraintDefinitionException
CallbackValidatorTest::testExpectValidCallbacks public function @expectedException \Symfony\Component\Validator\Exception\ConstraintDefinitionException
CallbackValidatorTest::testExpectValidMethods public function @expectedException \Symfony\Component\Validator\Exception\ConstraintDefinitionException
CallbackValidatorTest::testMultipleMethodsBc public function
CallbackValidatorTest::testMultipleMethodsBcExplicitName public function
CallbackValidatorTest::testNoConstructorArguments public function
CallbackValidatorTest::testNullIsValid public function
CallbackValidatorTest::testSingleMethod public function
CallbackValidatorTest::testSingleMethodBc public function
CallbackValidatorTest::testSingleMethodBcExplicitName public function
CallbackValidatorTest::testSingleMethodExplicitName public function
CallbackValidatorTest::testSingleStaticMethod public function
CallbackValidatorTest::testSingleStaticMethodBc public function
CallbackValidatorTest::testSingleStaticMethodBcExplicitName public function
LegacyCallbackValidatorLegacyApiTest::getApiVersion protected function Overrides CallbackValidatorTest::getApiVersion