public function ModuleWorks::testThatModuleIsEnabled in VAT Number 8
Tests that module is enabled.
File
- tests/
src/ Functional/ ModuleWorks.php, line 19
Class
- ModuleWorks
- Mostly just tests that we can enable the module.
Namespace
Drupal\Tests\vat_number\FunctionalCode
public function testThatModuleIsEnabled() {
static::assertTrue($this->container
->get('module_handler')
->moduleExists('vat_number'), 'VAT Number module is running.');
}