You are here

public function TestCacheWarmer::__construct in Zircon Profile 8.0

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

TestCacheWarmer

Namespace

Symfony\Component\HttpKernel\Tests\CacheWarmer

Code

public function __construct($file) {
  $this->file = $file;
}