protected static property MultipleNodeMenuTestCase::$modules in Multiple Node Menu 8
Modules to enable.
The test runner will merge the $modules lists from this class, the class it extends, and so on up the class hierarchy. It is not necessary to include modules in your list that a parent class has already declared.
Type: string[]
Overrides BrowserTestBase::$modules
See also
\Drupal\Tests\BrowserTestBase::installDrupal()
File
- tests/
src/ Functional/ MultipleNodeMenuTestCase.php, line 17
Class
- MultipleNodeMenuTestCase
- Test adding, editing and deleting multiple menu links attached to nodes.
Namespace
Drupal\Tests\multiple_node_menu\FunctionalCode
protected static $modules = [
'menu_ui',
'multiple_node_menu',
];