You are here

public static property DisplayKernelTest::$modules in Zircon Profile 8.0

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

Modules to enable.

Type: array

Overrides ViewKernelTestBase::$modules

File

core/modules/views/src/Tests/Plugin/DisplayKernelTest.php, line 31
Contains \Drupal\views\Tests\Plugin\DisplayKernelTest.

Class

DisplayKernelTest
Drupal unit tests for the DisplayPluginBase class.

Namespace

Drupal\views\Tests\Plugin

Code

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