You are here

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

File

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

Class

XAutoloadWebTestCase

Namespace

Drupal\xautoload\Tests

Code

protected function assertModuleEnabled($module) {
  $this
    ->assertTrue(module_exists($module), "Module {$module} is enabled.");
}