supercache-2.0.x-dev/src/Tests/Cache/DatabaseRawBackendGetMultipleTests.php
src/Tests/Cache/DatabaseRawBackendGetMultipleTests.php
<?php
namespace Drupal\supercache\Tests\Cache;
use Drupal\supercache\Tests\Generic\Cache\BackendGetMultipleTests as GetMultipleTests;
class DatabaseRawBackendGetMultipleTests extends GetMultipleTests {
use DatabaseRawBackendGeneralTestCaseTrait;
}
