public static property TranslationTest::$modules

Same name in this branch

Modules to enable.

Type: array

File

drupal/core/modules/translation/lib/Drupal/translation/Tests/TranslationTest.php, line 24
Definition of Drupal\translation\Tests\TranslationTest.

Class

TranslationTest
Functional tests for the Translation module.

Namespace

Drupal\translation\Tests

Code

public static $modules = array(
  'translation',
  'translation_test',
  'block',
);