You are here

public static property BookTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/book/src/Tests/BookTest.php \Drupal\book\Tests\BookTest::modules

Modules to install.

Type: array

File

core/modules/book/src/Tests/BookTest.php, line 28
Contains \Drupal\book\Tests\BookTest.

Class

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

Namespace

Drupal\book\Tests

Code

public static $modules = array(
  'book',
  'block',
  'node_access_test',
  'book_test',
);