You are here

public function ApcuRawBackendExpireTests::testExpirations in Supercache 8

Same name and namespace in other branches
  1. 2.0.x 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

ApcuRawBackendExpireTests

Namespace

Drupal\supercache\Tests\Cache

Code

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.");
}