You are here

protected static property BookMultilingualTest::$modules in Drupal 10

Same name and namespace in other branches
  1. 9 core/modules/book/tests/src/Kernel/BookMultilingualTest.php \Drupal\Tests\book\Kernel\BookMultilingualTest::modules

File

core/modules/book/tests/src/Kernel/BookMultilingualTest.php, line 36

Class

BookMultilingualTest
Tests multilingual books.

Namespace

Drupal\Tests\book\Kernel

Code

protected static $modules = [
  'system',
  'user',
  'node',
  'field',
  'text',
  'book',
  'language',
  'content_translation',
];