You are here

public static property NodeTest::$modules in Token 8

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/NodeTest.php, line 21

Class

NodeTest
Test the node and content type tokens.

Namespace

Drupal\Tests\token\Kernel

Code

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