public function TestCacheWarmer::warmUp in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/http-kernel/Tests/CacheWarmer/CacheWarmerTest.php \Symfony\Component\HttpKernel\Tests\CacheWarmer\TestCacheWarmer::warmUp()
Warms up the cache.
Parameters
string $cacheDir The cache directory:
Overrides WarmableInterface::warmUp
File
- vendor/
symfony/ http-kernel/ Tests/ CacheWarmer/ CacheWarmerTest.php, line 58
Class
Namespace
Symfony\Component\HttpKernel\Tests\CacheWarmerCode
public function warmUp($cacheDir) {
$this
->writeCacheFile($this->file, 'content');
}