protected function FileValidatorObjectTest::getFile

Overrides FileValidatorTest::getFile

File

drupal/core/vendor/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);
}