You are here

public function FakeFile::getRealpath in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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

FakeFile

Namespace

Symfony\Component\HttpFoundation\Tests\File

Code

public function getRealpath() {
  return $this->realpath;
}