public static function ChainCacheClearerTest::setUpBeforeClass

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/CacheClearer/ChainCacheClearerTest.php, line 21

Class

ChainCacheClearerTest

Namespace

Symfony\Component\HttpKernel\Tests\CacheClearer

Code

public static function setUpBeforeClass() {
  self::$cacheDir = tempnam(sys_get_temp_dir(), 'sf2_cache_clearer_dir');
}