NavigationBlockUiTest::$modules

Type: modules

Overrides BrowserTestBase::$modules

File

core/modules/navigation/tests/src/FunctionalJavascript/NavigationBlockUiTest.php, line 30

Class

NavigationBlockUiTest
Tests that the navigation block UI exists and stores data correctly.

Namespace

Drupal\Tests\navigation\FunctionalJavascript

Code

protected static $modules = [
  'navigation',
  'block_content',
  'layout_builder',
  'layout_test',
  'node',
  'field_ui',
  'shortcut',
  'off_canvas_test',
  'navigation_test',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.