You are here

public static property SectionStorageTestBase::$modules in Drupal 8

Modules to enable.

Type: array

Overrides EntityKernelTestBase::$modules

File

core/modules/layout_builder/tests/src/Kernel/SectionStorageTestBase.php, line 17

Class

SectionStorageTestBase
Provides a base class for testing implementations of section storage.

Namespace

Drupal\Tests\layout_builder\Kernel

Code

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