public function ChainedStorageTests::setUp in Supercache 8
Same name and namespace in other branches
- 2.0.x src/Tests/KeyValue/ChainedStorageTests.php \Drupal\supercache\Tests\KeyValue\ChainedStorageTests::setUp()
Overrides KernelTestBase::setUp
File
- src/
Tests/ KeyValue/ ChainedStorageTests.php, line 29
Class
- ChainedStorageTests
- Test this on top of different combinations of cache backends.
Namespace
Drupal\supercache\Tests\KeyValueCode
public function setUp() {
parent::setUp();
$this
->installSchema('system', [
'key_value',
]);
$this->backends = $this
->populateCacheServices();
}