protected function FileValidatorPathTest::getFile

Overrides FileValidatorTest::getFile

File

drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/FileValidatorPathTest.php, line 18

Class

FileValidatorPathTest

Namespace

Symfony\Component\Validator\Tests\Constraints

Code

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