protected static property LayoutBuilderFieldLayoutCompatibilityTest::$modules in Drupal 9
Same name and namespace in other branches
- 8 core/modules/layout_builder/tests/src/Kernel/LayoutBuilderFieldLayoutCompatibilityTest.php \Drupal\Tests\layout_builder\Kernel\LayoutBuilderFieldLayoutCompatibilityTest::modules
Modules to enable.
Type: array
Overrides LayoutBuilderCompatibilityTestBase::$modules
File
- core/
modules/ layout_builder/ tests/ src/ Kernel/ LayoutBuilderFieldLayoutCompatibilityTest.php, line 18
Class
- LayoutBuilderFieldLayoutCompatibilityTest
- Ensures that Layout Builder and Field Layout are compatible with each other.
Namespace
Drupal\Tests\layout_builder\KernelCode
protected static $modules = [
'field_layout',
];