public static property MenuTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/menu_ui/src/Tests/MenuTest.php \Drupal\menu_ui\Tests\MenuTest::modules
Modules to enable.
Type: array
Overrides MenuWebTestBase::$modules
File
- core/
modules/ menu_ui/ src/ Tests/ MenuTest.php, line 32 - Contains \Drupal\menu_ui\Tests\MenuTest.
Class
- MenuTest
- Add a custom menu, add menu links to the custom menu and Tools menu, check their data, and delete them using the UI.
Namespace
Drupal\menu_ui\TestsCode
public static $modules = array(
'node',
'block',
'contextual',
'help',
'path',
'test_page_test',
);