You are here

function ApcuRawBackendGeneralTests::testTouchAndCounterExpirations in Supercache 2.0.x

Same name and namespace in other branches
  1. 8 src/Tests/Cache/ApcuRawBackendGeneralTests.php \Drupal\supercache\Tests\Cache\ApcuRawBackendGeneralTests::testTouchAndCounterExpirations()

File

src/Tests/Cache/ApcuRawBackendGeneralTests.php, line 10

Class

ApcuRawBackendGeneralTests

Namespace

Drupal\supercache\Tests\Cache

Code

function testTouchAndCounterExpirations() {

  // APCu cannot be tested easily
  // like with the other backends.
  // @see http://stackoverflow.com/questions/11750223/apc-user-cache-entries-not-expiring
  $this
    ->pass("This test cannot run on APCu.");
}