supercache-2.0.x-dev/src/Tests/Cache/ApcuRawBackendClearTests.php
src/Tests/Cache/ApcuRawBackendClearTests.php
<?php
namespace Drupal\supercache\Tests\Cache;
use Drupal\supercache\Tests\Generic\Cache\BackendClearTests as ClearTests;
class ApcuRawBackendClearTests extends ClearTests {
use ApcuRawBackendGeneralTestCaseTrait;
}
