You are here

function XAutoloadWebTestCase::testNoCache in X Autoload 7.5

Same name and namespace in other branches
  1. 7.3 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 28

Class

XAutoloadWebTestCase

Namespace

Drupal\xautoload\Tests

Code

function testNoCache() {
  $this
    ->xautoloadTestWithCacheTypes(array(), TRUE);
}