You are here

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

Same name and namespace in other branches
  1. 8.0 core/modules/views/src/Tests/Plugin/DisabledDisplayTest.php \Drupal\views\Tests\Plugin\DisabledDisplayTest::modules

Modules to enable.

Type: array

Overrides ViewTestBase::$modules

File

core/modules/views/src/Tests/Plugin/DisabledDisplayTest.php, line 30
Contains \Drupal\views\Tests\Plugin\DisabledDisplayTest.

Class

DisabledDisplayTest
Tests the ability to disable and enable view displays.

Namespace

Drupal\views\Tests\Plugin

Code

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