You are here

protected function CountryValidatorTest::createValidator in Plug 7

Overrides AbstractConstraintValidatorTest::createValidator

File

lib/Symfony/validator/Symfony/Component/Validator/Tests/Constraints/CountryValidatorTest.php, line 33

Class

CountryValidatorTest

Namespace

Symfony\Component\Validator\Tests\Constraints

Code

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