You are here

protected static property BookTest::$modules in Drupal 9

Same name in this branch
  1. 9 core/modules/book/tests/src/Functional/BookTest.php \Drupal\Tests\book\Functional\BookTest::modules
  2. 9 core/modules/book/tests/src/Kernel/Plugin/migrate/source/BookTest.php \Drupal\Tests\book\Kernel\Plugin\migrate\source\BookTest::modules
Same name and namespace in other branches
  1. 8 core/modules/book/tests/src/Functional/BookTest.php \Drupal\Tests\book\Functional\BookTest::modules
  2. 10 core/modules/book/tests/src/Functional/BookTest.php \Drupal\Tests\book\Functional\BookTest::modules

Modules to install.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/book/tests/src/Functional/BookTest.php, line 24

Class

BookTest
Create a book, add pages, and test book interface.

Namespace

Drupal\Tests\book\Functional

Code

protected static $modules = [
  'content_moderation',
  'book',
  'block',
  'node_access_test',
  'book_test',
];