You are here

public static property MenuFirstchildTest::$modules in Menu Firstchild 2.x

The modules to load to run the test.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/MenuFirstchildTest.php, line 28

Class

MenuFirstchildTest
Test the Member Discounts api.

Namespace

Drupal\Tests\menu_firstchild\Functional

Code

public static $modules = [
  'node',
  'field',
  'text',
  'options',
  'block',
  'contextual',
  'menu_link_content',
  'menu_ui',
  'path',
  'menu_firstchild',
];