DisabledDisplayTest::$modules

Modules to enable.

Type: array

Overrides ViewTestBase::$modules

File

core/modules/views/tests/src/Functional/Plugin/DisabledDisplayTest.php, line 27

Class

DisabledDisplayTest
Tests the ability to disable and enable view displays.

Namespace

Drupal\Tests\views\Functional\Plugin

Code

protected static $modules = [
  'block',
  'node',
  'views',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.