You are here

protected function GreaterThanValidatorTest::createValidator in Zircon Profile 8.0

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

Overrides AbstractConstraintValidatorTest::createValidator

File

vendor/symfony/validator/Tests/Constraints/GreaterThanValidatorTest.php, line 28

Class

GreaterThanValidatorTest
@author Daniel Holmes <daniel@danielholmes.org>

Namespace

Symfony\Component\Validator\Tests\Constraints

Code

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