You are here

public static property LingotekNotEnabledNodeBulkTranslationTest::$modules in Lingotek Translation 8.2

Same name and namespace in other branches
  1. 3.0.x tests/src/Functional/LingotekNotEnabledNodeBulkTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekNotEnabledNodeBulkTranslationTest::modules
  2. 3.1.x tests/src/Functional/LingotekNotEnabledNodeBulkTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekNotEnabledNodeBulkTranslationTest::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 LingotekTestBase::$modules

See also

\Drupal\Tests\BrowserTestBase::installDrupal()

File

tests/src/Functional/LingotekNotEnabledNodeBulkTranslationTest.php, line 20

Class

LingotekNotEnabledNodeBulkTranslationTest
Tests what happens when uploading a not enabled node using the bulk management form.

Namespace

Drupal\Tests\lingotek\Functional

Code

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