You are here

protected static property LayoutSectionTest::$modules in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php \Drupal\Tests\layout_builder\Functional\LayoutSectionTest::modules
  2. 9 core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php \Drupal\Tests\layout_builder\Functional\LayoutSectionTest::modules

File

core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php, line 21

Class

LayoutSectionTest
Tests the rendering of a layout section field.

Namespace

Drupal\Tests\layout_builder\Functional

Code

protected static $modules = [
  'field_ui',
  'layout_builder',
  'node',
  'block_test',
];