You are here

protected function AllValidatorTest::createValidator in Plug 7

Overrides AbstractConstraintValidatorTest::createValidator

File

lib/Symfony/validator/Symfony/Component/Validator/Tests/Constraints/AllValidatorTest.php, line 27

Class

AllValidatorTest

Namespace

Symfony\Component\Validator\Tests\Constraints

Code

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