You are here

public static property BookPendingRevisionTest::$modules in Drupal 8

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

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/book/tests/src/Kernel/BookPendingRevisionTest.php, line 21

Class

BookPendingRevisionTest
Tests that the Book module handles pending revisions correctly.

Namespace

Drupal\Tests\book\Kernel

Code

public static $modules = [
  'system',
  'user',
  'field',
  'filter',
  'text',
  'node',
  'book',
];