You are here

public static property LinkitKernelTestBase::$modules in Linkit 8.5

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/LinkitKernelTestBase.php, line 19

Class

LinkitKernelTestBase
Defines an abstract test base for entity kernel tests.

Namespace

Drupal\Tests\linkit\Kernel

Code

public static $modules = [
  'system',
  'user',
  'filter',
  'text',
  'linkit',
  'linkit_test',
];