protected static property SectionListTestBase::$modules in Drupal 9
Same name and namespace in other branches
- 10 core/modules/layout_builder/tests/src/Kernel/SectionListTestBase.php \Drupal\Tests\layout_builder\Kernel\SectionListTestBase::modules
Modules to enable.
Type: array
Overrides EntityKernelTestBase::$modules
File
- core/
modules/ layout_builder/ tests/ src/ Kernel/ SectionListTestBase.php, line 17
Class
- SectionListTestBase
- Provides a base class for testing implementations of a section list.
Namespace
Drupal\Tests\layout_builder\KernelCode
protected static $modules = [
'layout_builder',
'layout_discovery',
'layout_test',
];