You are here

public static property LayoutRestTestBase::$modules in Layout Builder Symmetric Translations 8

Modules to install.

Type: array

Overrides ResourceTestBase::$modules

File

tests/src/Functional/Rest/LayoutRestTestBase.php, line 22

Class

LayoutRestTestBase
Base class for Layout Builder REST tests.

Namespace

Drupal\Tests\layout_builder_st\Functional\Rest

Code

public static $modules = [
  'node',
  'layout_builder',
  'serialization',
  'basic_auth',
];