function GenericCacheBackendUnitTestBase::setUp

Overrides KernelTestBase::setUp

File

core/modules/system/src/Tests/Cache/GenericCacheBackendUnitTestBase.php, line 109

Class

GenericCacheBackendUnitTestBase
Tests any cache backend.

Namespace

Drupal\system\Tests\Cache

Code

protected function setUp() {
  $this->cachebackends = [];
  $this->defaultValue = $this->randomMachineName(10);
  parent::setUp();
  $this->setUpCacheBackend();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.