You are here

public static property LocaleTranslatedSchemaDefinitionTest::$modules in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/locale/src/Tests/LocaleTranslatedSchemaDefinitionTest.php \Drupal\locale\Tests\LocaleTranslatedSchemaDefinitionTest::modules

Modules to enable.

Type: array

File

core/modules/locale/src/Tests/LocaleTranslatedSchemaDefinitionTest.php, line 25
Contains \Drupal\locale\Tests\LocaleTranslatedSchemaDefinitionTest.

Class

LocaleTranslatedSchemaDefinitionTest
Adds and configures languages to check field schema definition.

Namespace

Drupal\locale\Tests

Code

public static $modules = array(
  'language',
  'locale',
  'node',
);