public static property SimpleMegaMenuTest::$modules in Simple Mega Menu 8
Same name and namespace in other branches
- 2.0.x src/Tests/SimpleMegaMenuTest.php \Drupal\simple_megamenu\Tests\SimpleMegaMenuTest::modules
Modules to enable.
Type: array
Overrides BrowserTestBase::$modules
File
- src/
Tests/ SimpleMegaMenuTest.php, line 22
Class
- SimpleMegaMenuTest
- Simple test to ensure that main page loads with module enabled.
Namespace
Drupal\simple_megamenu\TestsCode
public static $modules = [
'system',
'language',
'user',
'link',
'file',
'image',
'content_translation',
'text',
'menu_ui',
'menu_link_content',
'field',
'field_ui',
'simple_megamenu',
'simple_megamenu_example',
];