You are here

protected function BlankValidatorTest::createValidator in Zircon Profile 8.0

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

Overrides AbstractConstraintValidatorTest::createValidator

File

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

Class

BlankValidatorTest

Namespace

Symfony\Component\Validator\Tests\Constraints

Code

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