You are here

public static property CommentTest::$modules in Token 8

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/CommentTest.php, line 25

Class

CommentTest
Tests comment tokens.

Namespace

Drupal\Tests\token\Kernel

Code

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