You are here

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

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

Modules to enable.

Type: array

File

core/modules/views_ui/src/Tests/ViewsUITourTest.php, line 39
Contains \Drupal\views_ui\Tests\ViewsUITourTest.

Class

ViewsUITourTest
Tests the Views UI tour.

Namespace

Drupal\views_ui\Tests

Code

public static $modules = array(
  'views_ui',
  'tour',
  'language',
  'locale',
);