public static property ContentTranslationStandardFieldsTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/content_translation/src/Tests/ContentTranslationStandardFieldsTest.php \Drupal\content_translation\Tests\ContentTranslationStandardFieldsTest::modules
Modules to enable.
Type: array
File
- core/
modules/ content_translation/ src/ Tests/ ContentTranslationStandardFieldsTest.php, line 24 - Contains \Drupal\content_translation\Tests\ContentTranslationStandardFieldsTest.
Class
- ContentTranslationStandardFieldsTest
- Tests the Content translation settings using the standard profile.
Namespace
Drupal\content_translation\TestsCode
public static $modules = array(
'language',
'content_translation',
'node',
'comment',
'field_ui',
'entity_test',
);