You are here

public static property NodeMatcherTest::$modules in Linkit 8.5

Modules to enable.

Type: array

Overrides LinkitKernelTestBase::$modules

File

tests/src/Kernel/Matchers/NodeMatcherTest.php, line 21

Class

NodeMatcherTest
Tests node matcher.

Namespace

Drupal\Tests\linkit\Kernel\Matchers

Code

public static $modules = [
  'field',
  'node',
  'content_moderation',
  'workflows',
];