public static property FieldEntityTranslationTest::$modules in Drupal 8
Same name and namespace in other branches
- 9 core/modules/views/tests/src/Functional/Entity/FieldEntityTranslationTest.php \Drupal\Tests\views\Functional\Entity\FieldEntityTranslationTest::modules
- 10 core/modules/views/tests/src/Functional/Entity/FieldEntityTranslationTest.php \Drupal\Tests\views\Functional\Entity\FieldEntityTranslationTest::modules
Modules to enable.
Type: array
Overrides ViewTestBase::$modules
File
- core/
modules/ views/ tests/ src/ Functional/ Entity/ FieldEntityTranslationTest.php, line 22
Class
- FieldEntityTranslationTest
- Tests the rendering of fields (base fields) and their translations.
Namespace
Drupal\Tests\views\Functional\EntityCode
public static $modules = [
'language',
'locale',
'content_translation',
'node',
];