function FileCacheTest::setUp
File
- 
              core/
tests/ Drupal/ Tests/ Component/ FileCache/ FileCacheTest.php, line 33  
Class
- FileCacheTest
 - @coversDefaultClass \Drupal\Component\FileCache\FileCache[[api-linebreak]] @group FileCache
 
Namespace
Drupal\Tests\Component\FileCacheCode
protected function setUp() : void {
  parent::setUp();
  $this->fileCache = new FileCache('prefix', 'test', '\\Drupal\\Tests\\Component\\FileCache\\StaticFileCacheBackend', [
    'bin' => 'llama',
  ]);
  $this->staticFileCache = new StaticFileCacheBackend([
    'bin' => 'llama',
  ]);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.