You are here

class LegacyRangeValidator2Dot4ApiTest in Plug 7

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

Hierarchy

Expanded class hierarchy of LegacyRangeValidator2Dot4ApiTest

File

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

Namespace

Symfony\Component\Validator\Tests\Constraints
View source
class LegacyRangeValidator2Dot4ApiTest extends RangeValidatorTest {
  protected function getApiVersion() {
    return Validation::API_VERSION_2_4;
  }

}

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
LegacyRangeValidator2Dot4ApiTest::getApiVersion protected function Overrides RangeValidatorTest::getApiVersion
RangeValidatorTest::createValidator protected function Overrides AbstractConstraintValidatorTest::createValidator
RangeValidatorTest::getInvalidValues public function
RangeValidatorTest::getLaterThanTwentiethMarch2014 public function
RangeValidatorTest::getLessThanTen public function
RangeValidatorTest::getMoreThanTwenty public function
RangeValidatorTest::getSoonerThanTenthMarch2014 public function
RangeValidatorTest::getTenthToTwentiethMarch2014 public function
RangeValidatorTest::getTenToTwenty public function
RangeValidatorTest::testInvalidDatesCombinedMax public function @dataProvider getLaterThanTwentiethMarch2014
RangeValidatorTest::testInvalidDatesCombinedMin public function @dataProvider getSoonerThanTenthMarch2014
RangeValidatorTest::testInvalidDatesMax public function @dataProvider getLaterThanTwentiethMarch2014
RangeValidatorTest::testInvalidDatesMin public function @dataProvider getSoonerThanTenthMarch2014
RangeValidatorTest::testInvalidValuesCombinedMax public function @dataProvider getMoreThanTwenty
RangeValidatorTest::testInvalidValuesCombinedMin public function @dataProvider getLessThanTen
RangeValidatorTest::testInvalidValuesMax public function @dataProvider getMoreThanTwenty
RangeValidatorTest::testInvalidValuesMin public function @dataProvider getLessThanTen
RangeValidatorTest::testNonNumeric public function
RangeValidatorTest::testNullIsValid public function
RangeValidatorTest::testValidDatesMax public function @dataProvider getTenthToTwentiethMarch2014
RangeValidatorTest::testValidDatesMin public function @dataProvider getTenthToTwentiethMarch2014
RangeValidatorTest::testValidDatesMinMax public function @dataProvider getTenthToTwentiethMarch2014
RangeValidatorTest::testValidValuesMax public function @dataProvider getTenToTwenty
RangeValidatorTest::testValidValuesMin public function @dataProvider getTenToTwenty
RangeValidatorTest::testValidValuesMinMax public function @dataProvider getTenToTwenty