You are here

function XAutoloadWebTestCase::testApcCache in X Autoload 7.3

Same name and namespace in other branches
  1. 7.5 lib/Drupal/xautoload/Tests/XAutoloadWebTestCase.php \Drupal\xautoload\Tests\XAutoloadWebTestCase::testApcCache()
  2. 7.4 lib/Drupal/xautoload/Tests/XAutoloadWebTestCase.php \Drupal\xautoload\Tests\XAutoloadWebTestCase::testApcCache()

File

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

Class

XAutoloadWebTestCase

Namespace

Drupal\xautoload\Tests

Code

function testApcCache() {
  $this
    ->xautoloadCheckCacheMode('apc');
}