You are here

protected static property WizardTest::$modules in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/comment/tests/src/Functional/Views/WizardTest.php \Drupal\Tests\comment\Functional\Views\WizardTest::modules
  2. 9 core/modules/comment/tests/src/Functional/Views/WizardTest.php \Drupal\Tests\comment\Functional\Views\WizardTest::modules

Modules to install.

Type: array

Overrides WizardTestBase::$modules

File

core/modules/comment/tests/src/Functional/Views/WizardTest.php, line 24

Class

WizardTest
Tests the comment module integration into the wizard.

Namespace

Drupal\Tests\comment\Functional\Views

Code

protected static $modules = [
  'node',
  'comment',
];