You are here

function XAutoloadWebTestCase::testNoCache 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::testNoCache()
  2. 7.4 lib/Drupal/xautoload/Tests/XAutoloadWebTestCase.php \Drupal\xautoload\Tests\XAutoloadWebTestCase::testNoCache()

File

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

Class

XAutoloadWebTestCase

Namespace

Drupal\xautoload\Tests

Code

function testNoCache() {
  $this
    ->xautoloadCheckCacheMode('dev');
}