You are here

public static property TokensTest::$modules in Media entity 8

Modules to install.

Type: array

Overrides EntityKernelTestBase::$modules

File

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

Class

TokensTest
Tests token handling.

Namespace

Drupal\Tests\media_entity\Kernel

Code

public static $modules = [
  'media_entity',
  'path',
  'file',
  'image',
  'entity',
  'datetime',
  'language',
];