wincachedrupal-8.0.2/src/Tests/Cache/RawBackendExpireTests.php
src/Tests/Cache/RawBackendExpireTests.php
<?php
namespace Drupal\wincachedrupal\Tests\Cache;
use Drupal\supercache\Tests\Generic\Cache\BackendExpireTests as ExpireTests;
/**
* Extends supercache BackendExpireTests.
*
* @group wincachedrupal_supercache
*/
class RawBackendExpireTests extends ExpireTests {
use RawBackendGeneralTestCaseTrait;
}
