function LruCacheGenericTest::testInvalidateTags

Same name and namespace in other branches
  1. 11.x core/tests/Drupal/KernelTests/Core/Cache/LruCacheGenericTest.php \Drupal\KernelTests\Core\Cache\LruCacheGenericTest::testInvalidateTags()

The LRU memory cache removes items when invalidateTags is called.

Overrides GenericCacheBackendUnitTestBase::testInvalidateTags

File

core/tests/Drupal/KernelTests/Core/Cache/LruCacheGenericTest.php, line 39

Class

LruCacheGenericTest
Unit test of the LRU memory cache using the generic cache unit test base.

Namespace

Drupal\KernelTests\Core\Cache

Code

public function testInvalidateTags() : void {
  $this->markTestSkipped();
}

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