You are here

public function ApcuBackendUnitTest::testRemoveBin 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::testRemoveBin()

Tests Drupal\Core\Cache\CacheBackendInterface::removeBin().

Overrides GenericCacheBackendUnitTestBase::testRemoveBin

File

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

Class

ApcuBackendUnitTest
Tests the APCu cache backend.

Namespace

Drupal\system\Tests\Cache

Code

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