You are here

public static property LingotekSourceActionsTest::$modules in Lingotek Translation 4.0.x

Same name and namespace in other branches
  1. 3.8.x tests/src/FunctionalJavascript/LingotekSourceActionsTest.php \Drupal\Tests\lingotek\FunctionalJavascript\LingotekSourceActionsTest::modules

Modules to enable.

The test runner will merge the $modules lists from this class, the class it extends, and so on up the class hierarchy. It is not necessary to include modules in your list that a parent class has already declared.

Type: string[]

Overrides LingotekFunctionalJavascriptTestBase::$modules

See also

\Drupal\Tests\BrowserTestBase::installDrupal()

File

tests/src/FunctionalJavascript/LingotekSourceActionsTest.php, line 17

Class

LingotekSourceActionsTest
@group lingotek

Namespace

Drupal\Tests\lingotek\FunctionalJavascript

Code

public static $modules = [
  'system',
  'block',
  'node',
  'lingotek_form_test',
];