You are here

public static property EntityTest::$modules in Token 8

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/EntityTest.php, line 22

Class

EntityTest
Tests entity tokens.

Namespace

Drupal\Tests\token\Kernel

Code

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