You are here

public function FakeFile::isReadable 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::isReadable()

File

vendor/symfony/http-foundation/Tests/File/FakeFile.php, line 26

Class

FakeFile

Namespace

Symfony\Component\HttpFoundation\Tests\File

Code

public function isReadable() {
  return true;
}