You are here

public static property LayoutSectionItemListTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/layout_builder/tests/src/Kernel/LayoutSectionItemListTest.php \Drupal\Tests\layout_builder\Kernel\LayoutSectionItemListTest::modules
  2. 10 core/modules/layout_builder/tests/src/Kernel/LayoutSectionItemListTest.php \Drupal\Tests\layout_builder\Kernel\LayoutSectionItemListTest::modules

Modules to enable.

Type: array

Overrides SectionStorageTestBase::$modules

File

core/modules/layout_builder/tests/src/Kernel/LayoutSectionItemListTest.php, line 22

Class

LayoutSectionItemListTest
Tests the field type for Layout Sections.

Namespace

Drupal\Tests\layout_builder\Kernel

Code

public static $modules = [
  'field',
  'text',
];