You are here

DatabaseRawBackendGeneralTests.php in Supercache 2.0.x

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

File

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

namespace Drupal\supercache\Tests\Cache;

use Drupal\supercache\Tests\Generic\Cache\RawBackendGeneralTests as GeneralTests;
class DatabaseRawBackendGeneralTests extends GeneralTests {
  use DatabaseRawBackendGeneralTestCaseTrait;

}

Classes