You are here

public function CacheCacheTagsChecksumTests::setUp in Supercache 2.0.x

Same name and namespace in other branches
  1. 8 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();
}