public function FakeFile::getMTime 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::getMTime()
File
- vendor/
symfony/ http-foundation/ Tests/ File/ FakeFile.php, line 41
Class
Namespace
Symfony\Component\HttpFoundation\Tests\FileCode
public function getMTime() {
return time();
}