DatabaseRawBackendExpireTests.php in Supercache 2.0.x
Same filename and directory in other branches
Namespace
Drupal\supercache\Tests\CacheFile
src/Tests/Cache/DatabaseRawBackendExpireTests.phpView source
<?php
namespace Drupal\supercache\Tests\Cache;
use Drupal\supercache\Tests\Generic\Cache\BackendExpireTests as ExpireTests;
class DatabaseRawBackendExpireTests extends ExpireTests {
use DatabaseRawBackendGeneralTestCaseTrait;
}
Classes
Name | Description |
---|---|
DatabaseRawBackendExpireTests |