You are here

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

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

Modules to enable.

Type: array

File

core/modules/content_translation/src/Tests/ContentTranslationTestBase.php, line 24
Contains \Drupal\content_translation\Tests\ContentTranslationTestBase.

Class

ContentTranslationTestBase
Base class for content translation tests.

Namespace

Drupal\content_translation\Tests

Code

public static $modules = array(
  'text',
);