You are here

protected function FileValidatorObjectTest::getFile in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/validator/Tests/Constraints/FileValidatorObjectTest.php \Symfony\Component\Validator\Tests\Constraints\FileValidatorObjectTest::getFile()

Overrides FileValidatorTest::getFile

File

vendor/symfony/validator/Tests/Constraints/FileValidatorObjectTest.php, line 18

Class

FileValidatorObjectTest

Namespace

Symfony\Component\Validator\Tests\Constraints

Code

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