public function ApcuRawBackendExpireTests::testExpirations in Supercache 2.0.x
Same name and namespace in other branches
- 8 src/Tests/Cache/ApcuRawBackendExpireTests.php \Drupal\supercache\Tests\Cache\ApcuRawBackendExpireTests::testExpirations()
Test the saving and restoring of a string.
Overrides BackendExpireTests::testExpirations
File
- src/
Tests/ Cache/ ApcuRawBackendExpireTests.php, line 10
Class
Namespace
Drupal\supercache\Tests\CacheCode
public function testExpirations() {
// 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.");
}