You are here

protected static property FieldBlockTest::$modules in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/layout_builder/tests/src/FunctionalJavascript/FieldBlockTest.php \Drupal\Tests\layout_builder\FunctionalJavascript\FieldBlockTest::modules
  2. 9 core/modules/layout_builder/tests/src/FunctionalJavascript/FieldBlockTest.php \Drupal\Tests\layout_builder\FunctionalJavascript\FieldBlockTest::modules

File

core/modules/layout_builder/tests/src/FunctionalJavascript/FieldBlockTest.php, line 21

Class

FieldBlockTest
@coversDefaultClass \Drupal\layout_builder\Plugin\Block\FieldBlock

Namespace

Drupal\Tests\layout_builder\FunctionalJavascript

Code

protected static $modules = [
  'block',
  'datetime',
  'layout_builder',
  'user',
  // See \Drupal\layout_builder_fieldblock_test\Plugin\Block\FieldBlock.
  'layout_builder_fieldblock_test',
];