You are here

protected static property SectionListTestBase::$modules in Drupal 9

Same name and namespace in other branches
  1. 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\Kernel

Code

protected static $modules = [
  'layout_builder',
  'layout_discovery',
  'layout_test',
];