You are here

protected static property ModulesListFormTest::$modules in Modules weight 8.2

Same name and namespace in other branches
  1. 8 tests/src/Functional/ModulesListFormTest.php \Drupal\Tests\modules_weight\Functional\ModulesListFormTest::modules

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/ModulesListFormTest.php, line 19

Class

ModulesListFormTest
Test the modules list form.

Namespace

Drupal\Tests\modules_weight\Functional

Code

protected static $modules = [
  'modules_weight',
];