public static property MenuLinkTest::$modules in Drupal 8
Same name in this branch
- 8 core/modules/views/tests/src/Functional/Plugin/MenuLinkTest.php \Drupal\Tests\views\Functional\Plugin\MenuLinkTest::modules
- 8 core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/source/MenuLinkTest.php \Drupal\Tests\menu_link_content\Kernel\Plugin\migrate\source\MenuLinkTest::modules
Same name and namespace in other branches
- 9 core/modules/views/tests/src/Functional/Plugin/MenuLinkTest.php \Drupal\Tests\views\Functional\Plugin\MenuLinkTest::modules
Modules to enable.
Type: array
Overrides ViewTestBase::$modules
File
- core/
modules/ views/ tests/ src/ Functional/ Plugin/ MenuLinkTest.php, line 27
Class
- MenuLinkTest
- Tests the menu links created in views.
Namespace
Drupal\Tests\views\Functional\PluginCode
public static $modules = [
'views',
'views_ui',
'user',
'node',
'menu_ui',
'block',
];