You are here

public static property BookTest::$modules in Token 8

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/BookTest.php, line 20

Class

BookTest
Test the book tokens.

Namespace

Drupal\Tests\token\Kernel

Code

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