You are here

DatabaseRawBackendClearTests.php in Supercache 2.0.x

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

File

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

namespace Drupal\supercache\Tests\Cache;

use Drupal\supercache\Tests\Generic\Cache\BackendClearTests as ClearTests;
class DatabaseRawBackendClearTests extends ClearTests {
  use DatabaseRawBackendGeneralTestCaseTrait;

}

Classes