You are here

protected static property BookBreadcrumbTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/book/tests/src/Functional/BookBreadcrumbTest.php \Drupal\Tests\book\Functional\BookBreadcrumbTest::modules
  2. 10 core/modules/book/tests/src/Functional/BookBreadcrumbTest.php \Drupal\Tests\book\Functional\BookBreadcrumbTest::modules

Modules to install.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/book/tests/src/Functional/BookBreadcrumbTest.php, line 19

Class

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

Namespace

Drupal\Tests\book\Functional

Code

protected static $modules = [
  'book',
  'block',
  'book_breadcrumb_test',
];