DisplayPageTest::$modules

Modules to enable.

Type: array

Overrides ViewsKernelTestBase::$modules

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.