You are here

protected function FileValidatorPathTest::getFile in Plug 7

Overrides FileValidatorTest::getFile

File

lib/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;
}