You are here

public static property SimpleConfigSectionStorageTest::$modules in Drupal 8

Modules to enable.

Type: array

Overrides SectionStorageTestBase::$modules

File

core/modules/layout_builder/tests/src/Kernel/SimpleConfigSectionStorageTest.php, line 23

Class

SimpleConfigSectionStorageTest
Tests the test implementation of section storage.

Namespace

Drupal\Tests\layout_builder\Kernel

Code

public static $modules = [
  'layout_builder_test',
];