You are here

public static property DisplayPathTest::$modules in Drupal 8

Modules to enable.

Type: array

Overrides UITestBase::$modules

File

core/modules/views_ui/tests/src/Functional/DisplayPathTest.php, line 28

Class

DisplayPathTest
Tests the UI of generic display path plugin.

Namespace

Drupal\Tests\views_ui\Functional

Code

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