function ApcuRawBackendGeneralTests::testTouchAndCounterExpirations in Supercache 8
Same name and namespace in other branches
- 2.0.x src/Tests/Cache/ApcuRawBackendGeneralTests.php \Drupal\supercache\Tests\Cache\ApcuRawBackendGeneralTests::testTouchAndCounterExpirations()
File
- src/
Tests/ Cache/ ApcuRawBackendGeneralTests.php, line 10
Class
Namespace
Drupal\supercache\Tests\CacheCode
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.");
}