You are here

public function CacheCacheTagsChecksumTests::setUp in Supercache 8

Same name and namespace in other branches
  1. 2.0.x src/Tests/Cache/CacheCacheTagsChecksumTests.php \Drupal\supercache\Tests\Cache\CacheCacheTagsChecksumTests::setUp()

Overrides KernelTestBase::setUp

File

src/Tests/Cache/CacheCacheTagsChecksumTests.php, line 35

Class

CacheCacheTagsChecksumTests
Test this on top of different combinations of cache backends.

Namespace

Drupal\supercache\Tests\Cache

Code

public function setUp() {
  parent::setUp();
  $this->backends = $this
    ->populateRawCacheServices();
}