You are here

ApcuRawBackendClearTests.php in Supercache 2.0.x

Same filename and directory in other branches
  1. 8 src/Tests/Cache/ApcuRawBackendClearTests.php

File

src/Tests/Cache/ApcuRawBackendClearTests.php
View source
<?php

namespace Drupal\supercache\Tests\Cache;

use Drupal\supercache\Tests\Generic\Cache\BackendClearTests as ClearTests;
class ApcuRawBackendClearTests extends ClearTests {
  use ApcuRawBackendGeneralTestCaseTrait;

}

Classes