You are here

protected function DateValidatorTest::createValidator in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/validator/Tests/Constraints/DateValidatorTest.php \Symfony\Component\Validator\Tests\Constraints\DateValidatorTest::createValidator()

Overrides AbstractConstraintValidatorTest::createValidator

File

vendor/symfony/validator/Tests/Constraints/DateValidatorTest.php, line 25

Class

DateValidatorTest

Namespace

Symfony\Component\Validator\Tests\Constraints

Code

protected function createValidator() {
  return new DateValidator();
}