protected static property GlobalConfigTest::$modules in Layout Builder Component Attributes 1.2.x
Same name and namespace in other branches
- 1.0.x tests/src/Functional/GlobalConfigTest.php \Drupal\Tests\layout_builder_component_attributes\Functional\GlobalConfigTest::modules
- 1.1.x tests/src/Functional/GlobalConfigTest.php \Drupal\Tests\layout_builder_component_attributes\Functional\GlobalConfigTest::modules
Modules to enable.
The test runner will merge the $modules lists from this class, the class it extends, and so on up the class hierarchy. It is not necessary to include modules in your list that a parent class has already declared.
Type: string[]
Overrides BrowserTestBase::$modules
See also
\Drupal\Tests\BrowserTestBase::installDrupal()
File
- tests/
src/ Functional/ GlobalConfigTest.php, line 22
Class
- GlobalConfigTest
- Test global configuration form and storage.
Namespace
Drupal\Tests\layout_builder_component_attributes\FunctionalCode
protected static $modules = [
'block',
'layout_builder_component_attributes',
];