You are here

public static property InlineBlockTitleAutomaticTest::$modules in Inline Block Title Automatic 8

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/InlineBlockTitleAutomaticTest.php, line 45

Class

InlineBlockTitleAutomaticTest
Test the inline block automatic module.

Namespace

Drupal\Tests\inline_block_title_automatic\Functional

Code

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