You are here

public static property ContentTestTranslationUITest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/content_translation/src/Tests/ContentTestTranslationUITest.php \Drupal\content_translation\Tests\ContentTestTranslationUITest::modules

Modules to enable.

Type: array

Overrides ContentTranslationTestBase::$modules

File

core/modules/content_translation/src/Tests/ContentTestTranslationUITest.php, line 27
Contains \Drupal\content_translation\Tests\ContentTestTranslationUITest.

Class

ContentTestTranslationUITest
Tests the test content translation UI with the test entity.

Namespace

Drupal\content_translation\Tests

Code

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