public function TestCacheWarmer::__construct in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/http-kernel/Tests/CacheWarmer/CacheWarmerTest.php \Symfony\Component\HttpKernel\Tests\CacheWarmer\TestCacheWarmer::__construct()
File
- vendor/
symfony/ http-kernel/ Tests/ CacheWarmer/ CacheWarmerTest.php, line 53
Class
Namespace
Symfony\Component\HttpKernel\Tests\CacheWarmerCode
public function __construct($file) {
$this->file = $file;
}