public static property EntityTranslationWorkflowsTest::$modules

Modules to enable.

Type: array

File

drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationWorkflowsTest.php, line 30
Contains \Drupal\entity\Tests\EntityTranslationWorkflowsTest.

Class

EntityTranslationWorkflowsTest
Tests entity translation workflows.

Namespace

Drupal\translation_entity\Tests

Code

public static $modules = array(
  'language',
  'translation_entity',
  'entity_test',
);