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