You are here

public static property LinkitDialogTest::$modules in Linkit 8.5

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/FunctionalJavascript/LinkitDialogTest.php, line 30

Class

LinkitDialogTest
Tests the linkit alterations on the drupallink plugin.

Namespace

Drupal\Tests\linkit\FunctionalJavascript

Code

public static $modules = [
  'node',
  'ckeditor',
  'filter',
  'linkit',
  'entity_test',
  'language',
];