You are here

protected static property BookRelationshipTest::$modules in Drupal 9

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

Modules to install.

Type: array

Overrides ViewTestBase::$modules

File

core/modules/book/tests/src/Functional/Views/BookRelationshipTest.php, line 29

Class

BookRelationshipTest
Tests entity reference relationship data.

Namespace

Drupal\Tests\book\Functional\Views

Code

protected static $modules = [
  'book_test_views',
  'book',
  'views',
];