public static property LocaleTranslatedSchemaDefinitionTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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\TestsCode
public static $modules = array(
'language',
'locale',
'node',
);