You are here

public static property SubstitutionPluginTest::$modules in Linkit 8.5

Additional modules to enable.

Type: array

Overrides LinkitKernelTestBase::$modules

File

tests/src/Kernel/SubstitutionPluginTest.php, line 41

Class

SubstitutionPluginTest
Tests the substitution plugins.

Namespace

Drupal\Tests\linkit\Kernel

Code

public static $modules = [
  'file',
  'entity_test',
  'media',
  'media_test_source',
  'image',
  'field',
];