You are here

public static property MenuLinkContentDeleteFormTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/menu_link_content/tests/src/Functional/MenuLinkContentDeleteFormTest.php \Drupal\Tests\menu_link_content\Functional\MenuLinkContentDeleteFormTest::modules

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/menu_link_content/tests/src/Functional/MenuLinkContentDeleteFormTest.php, line 21

Class

MenuLinkContentDeleteFormTest
Tests the menu link content delete UI.

Namespace

Drupal\Tests\menu_link_content\Functional

Code

public static $modules = [
  'menu_link_content',
];