You are here

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

File

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

Class

XAutoloadWebTestCase

Namespace

Drupal\xautoload\Tests

Code

protected function assertModuleDisabled($module) {
  $this
    ->assertFalse(module_exists($module), "Module {$module} is disabled.");
}