You are here

function XAutoloadWebTestCase::testApcLazyCache in X Autoload 7.3

File

lib/Drupal/xautoload/Tests/XAutoloadWebTestCase.php, line 27

Class

XAutoloadWebTestCase

Namespace

Drupal\xautoload\Tests

Code

function testApcLazyCache() {
  $this
    ->xautoloadCheckCacheMode('apc_lazy');
}