public function FakeFile::isReadable in Zircon Profile 8
Same name and namespace in other branches
- 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
Namespace
Symfony\Component\HttpFoundation\Tests\FileCode
public function isReadable() {
return true;
}