supercache-2.0.x-dev/src/Tests/Cache/DatabaseRawBackendExpireTests.php
src/Tests/Cache/DatabaseRawBackendExpireTests.php
<?php
namespace Drupal\supercache\Tests\Cache;
use Drupal\supercache\Tests\Generic\Cache\BackendExpireTests as ExpireTests;
class DatabaseRawBackendExpireTests extends ExpireTests {
use DatabaseRawBackendGeneralTestCaseTrait;
}
