You are here

protected function RegexValidatorTest::createValidator in Zircon Profile 8.0

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

Overrides AbstractConstraintValidatorTest::createValidator

File

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

Class

RegexValidatorTest

Namespace

Symfony\Component\Validator\Tests\Constraints

Code

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