You are here

protected static property AjaxBlockTest::$modules in Drupal 10

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

File

core/modules/layout_builder/tests/src/FunctionalJavascript/AjaxBlockTest.php, line 18

Class

AjaxBlockTest
Ajax blocks tests.

Namespace

Drupal\Tests\layout_builder\FunctionalJavascript

Code

protected static $modules = [
  'block',
  'node',
  'datetime',
  'layout_builder',
  'user',
  'layout_builder_test',
];