You are here

protected function FileValidatorObjectTest::getFile in Plug 7

Overrides FileValidatorTest::getFile

File

lib/Symfony/validator/Symfony/Component/Validator/Tests/Constraints/FileValidatorObjectTest.php, line 18

Class

FileValidatorObjectTest

Namespace

Symfony\Component\Validator\Tests\Constraints

Code

protected function getFile($filename) {
  return new File($filename);
}