LayoutBuilderTestBase::$modules

Same name in other branches
  1. 10 core/modules/layout_builder/tests/src/Functional/LayoutBuilderTestBase.php \Drupal\Tests\layout_builder\Functional\LayoutBuilderTestBase::modules

Type: modules

Overrides BrowserTestBase::$modules

File

core/modules/layout_builder/tests/src/Functional/LayoutBuilderTestBase.php, line 20

Class

LayoutBuilderTestBase
Tests the Layout Builder UI.

Namespace

Drupal\Tests\layout_builder\Functional

Code

protected static $modules = [
    'field_ui',
    'views',
    'layout_builder',
    'layout_builder_views_test',
    'layout_test',
    'block',
    'block_test',
    'contextual',
    'node',
    'layout_builder_test',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.