WorkspaceMenuLinkContentIntegrationTest::$modules

Same name in other branches
  1. 11.x core/modules/workspaces/tests/src/Functional/WorkspaceMenuLinkContentIntegrationTest.php \Drupal\Tests\workspaces\Functional\WorkspaceMenuLinkContentIntegrationTest::modules

Type: modules

Overrides BrowserTestBase::$modules

File

core/modules/workspaces/tests/src/Functional/WorkspaceMenuLinkContentIntegrationTest.php, line 30

Class

WorkspaceMenuLinkContentIntegrationTest
Tests workspace integration for custom menu links.

Namespace

Drupal\Tests\workspaces\Functional

Code

protected static $modules = [
    'block',
    'menu_link_content',
    'menu_ui',
    'node',
    'workspaces',
];

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