You are here

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

Same name and namespace in other branches
  1. 8.0 core/modules/comment/src/Tests/Views/WizardTest.php \Drupal\comment\Tests\Views\WizardTest::modules

Modules to install.

Type: array

Overrides WizardTestBase::$modules

File

core/modules/comment/src/Tests/Views/WizardTest.php, line 29
Contains \Drupal\comment\Tests\Views\WizardTest.

Class

WizardTest
Tests the comment module integration into the wizard.

Namespace

Drupal\comment\Tests\Views

Code

public static $modules = array(
  'node',
  'comment',
);