You are here

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

Same name in this branch
  1. 8 core/modules/views_ui/src/Tests/DisplayTest.php \Drupal\views_ui\Tests\DisplayTest::modules
  2. 8 core/modules/views/src/Tests/Plugin/DisplayTest.php \Drupal\views\Tests\Plugin\DisplayTest::modules
Same name and namespace in other branches
  1. 8.0 core/modules/views/src/Tests/Plugin/DisplayTest.php \Drupal\views\Tests\Plugin\DisplayTest::modules

Modules to enable.

Type: array

Overrides ViewTestBase::$modules

File

core/modules/views/src/Tests/Plugin/DisplayTest.php, line 33
Contains \Drupal\views\Tests\Plugin\DisplayTest.

Class

DisplayTest
Tests the basic display plugin.

Namespace

Drupal\views\Tests\Plugin

Code

public static $modules = array(
  'views_ui',
  'node',
  'block',
);