DisplayPageTest::$modules

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

Modules to enable.

Type: array

File

core/modules/views/tests/src/Kernel/Plugin/DisplayPageTest.php, line 34

Class

DisplayPageTest
Tests the page display plugin.

Namespace

Drupal\Tests\views\Kernel\Plugin

Code

protected static $modules = [
  // @todo Remove this in https://www.drupal.org/node/3219959
'block',
  'system',
  'user',
  'field',
  'views_test_data',
];

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