DisabledDisplayTest::$modules

Same name and namespace in other branches
  1. 9 core/modules/views/tests/src/Functional/Plugin/DisabledDisplayTest.php \Drupal\Tests\views\Functional\Plugin\DisabledDisplayTest::modules
  2. 8.9.x core/modules/views/tests/src/Functional/Plugin/DisabledDisplayTest.php \Drupal\Tests\views\Functional\Plugin\DisabledDisplayTest::modules
  3. 10 core/modules/views/tests/src/Functional/Plugin/DisabledDisplayTest.php \Drupal\Tests\views\Functional\Plugin\DisabledDisplayTest::modules

Modules to enable.

Type: array

Overrides ViewTestBase::$modules

File

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

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.