public function FakeFile::getRealpath in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/http-foundation/Tests/File/FakeFile.php \Symfony\Component\HttpFoundation\Tests\File\FakeFile::getRealpath()
File
- vendor/
symfony/ http-foundation/ Tests/ File/ FakeFile.php, line 31
Class
Namespace
Symfony\Component\HttpFoundation\Tests\FileCode
public function getRealpath() {
return $this->realpath;
}