BookMultilingualTest::$modules

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

Type: modules

Overrides KernelTestBase::$modules

File

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

Class

BookMultilingualTest
Tests multilingual books.

Namespace

Drupal\Tests\book\Kernel

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.