You are here

ApcuRawBackendSavingTests.php in Supercache 8

Same filename and directory in other branches
  1. 2.0.x src/Tests/Cache/ApcuRawBackendSavingTests.php

File

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

namespace Drupal\supercache\Tests\Cache;

use Drupal\supercache\Tests\Generic\Cache\BackendSavingTests as SavingTests;
class ApcuRawBackendSavingTests extends SavingTests {
  use ApcuRawBackendGeneralTestCaseTrait;

}

Classes