You are here

public function ApcuBackendUnitTest::testInvalidateAll in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/system/src/Tests/Cache/ApcuBackendUnitTest.php \Drupal\system\Tests\Cache\ApcuBackendUnitTest::testInvalidateAll()

Test Drupal\Core\Cache\CacheBackendInterface::invalidateAll().

Overrides GenericCacheBackendUnitTestBase::testInvalidateAll

File

core/modules/system/src/Tests/Cache/ApcuBackendUnitTest.php, line 184
Contains \Drupal\system\Tests\Cache\ApcuBackendUnitTest.

Class

ApcuBackendUnitTest
Tests the APCu cache backend.

Namespace

Drupal\system\Tests\Cache

Code

public function testInvalidateAll() {
  if ($this
    ->requirementsFail()) {
    return;
  }
  parent::testInvalidateAll();
}