You are here

public static property WizardPluginBaseKernelTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/views/src/Tests/Wizard/WizardPluginBaseKernelTest.php \Drupal\views\Tests\Wizard\WizardPluginBaseKernelTest::modules

Modules to enable.

Type: array

Overrides ViewKernelTestBase::$modules

File

core/modules/views/src/Tests/Wizard/WizardPluginBaseKernelTest.php, line 28
Contains \Drupal\views\Tests\Wizard\WizardPluginBaseKernelTest.

Class

WizardPluginBaseKernelTest
Tests the wizard base plugin class.

Namespace

Drupal\views\Tests\Wizard

Code

public static $modules = array(
  'language',
  'system',
  'user',
  'views_ui',
);