You are here

public static property LinkitFilterEntityTest::$modules in Linkit 8.5

Modules to enable.

Type: array

Overrides LinkitKernelTestBase::$modules

File

tests/src/Kernel/LinkitFilterEntityTest.php, line 29

Class

LinkitFilterEntityTest
Tests the Linkit filter.

Namespace

Drupal\Tests\linkit\Kernel

Code

public static $modules = [
  'filter',
  'entity_test',
  'path',
  'path_alias',
  'language',
  'file',
];