You are here

protected function FileValidatorTest::createValidator in Plug 7

Overrides AbstractConstraintValidatorTest::createValidator

File

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

Class

FileValidatorTest

Namespace

Symfony\Component\Validator\Tests\Constraints

Code

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