ApcuRawBackendGeneralTests.php in Supercache 8
Same filename and directory in other branches
Namespace
Drupal\supercache\Tests\CacheFile
src/Tests/Cache/ApcuRawBackendGeneralTests.phpView source
<?php
namespace Drupal\supercache\Tests\Cache;
use Drupal\supercache\Tests\Generic\Cache\RawBackendGeneralTests as GeneralTests;
class ApcuRawBackendGeneralTests extends GeneralTests {
use ApcuRawBackendGeneralTestCaseTrait;
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.");
}
}
Classes
Name | Description |
---|---|
ApcuRawBackendGeneralTests |