You are here

protected function RangeValidatorTest::createValidator in Zircon Profile 8.0

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

Overrides AbstractConstraintValidatorTest::createValidator

File

vendor/symfony/validator/Tests/Constraints/RangeValidatorTest.php, line 26

Class

RangeValidatorTest

Namespace

Symfony\Component\Validator\Tests\Constraints

Code

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