public static property WizardTest::$modules

Modules to enable.

Type: array

Overrides WizardTestBase::$modules

File

drupal/core/modules/views/lib/Drupal/views/Tests/Comment/WizardTest.php, line 24
Definition of Drupal\views\Tests\Comment\WizardTest.

Class

WizardTest
Tests the comment module integration into the wizard.

Namespace

Drupal\views\Tests\Comment

Code

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