You are here

public static property DisplayPathTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/views_ui/src/Tests/DisplayPathTest.php \Drupal\views_ui\Tests\DisplayPathTest::modules

Modules to enable.

Type: array

Overrides UITestBase::$modules

File

core/modules/views_ui/src/Tests/DisplayPathTest.php, line 29
Contains \Drupal\views_ui\Tests\DisplayPathTest.

Class

DisplayPathTest
Tests the UI of generic display path plugin.

Namespace

Drupal\views_ui\Tests

Code

public static $modules = array(
  'menu_ui',
);