You are here

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

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

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/DefaultConfigurationTest.php, line 19

Class

DefaultConfigurationTest
Test the module configurations.

Namespace

Drupal\Tests\modules_weight\Kernel

Code

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