protected function FileValidatorObjectTest::getFile in Zircon Profile 8.0
Same name and namespace in other branches
- 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
Namespace
Symfony\Component\Validator\Tests\ConstraintsCode
protected function getFile($filename) {
return new File($filename);
}