You are here

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

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

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

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

Class

ModulesWeightAdminSettingsTest
Test the modules_weight_admin_settings configuration form.

Namespace

Drupal\Tests\modules_weight\Functional

Code

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