You are here

protected function ChoiceValidatorTest::createValidator in Plug 7

Overrides AbstractConstraintValidatorTest::createValidator

File

lib/Symfony/validator/Symfony/Component/Validator/Tests/Constraints/ChoiceValidatorTest.php, line 30

Class

ChoiceValidatorTest

Namespace

Symfony\Component\Validator\Tests\Constraints

Code

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