public static property ParagraphsTranslationTest::$modules in Paragraphs 8
Same name in this branch
- 8 tests/src/Functional/WidgetLegacy/ParagraphsTranslationTest.php \Drupal\Tests\paragraphs\Functional\WidgetLegacy\ParagraphsTranslationTest::modules
- 8 tests/src/Functional/WidgetStable/ParagraphsTranslationTest.php \Drupal\Tests\paragraphs\Functional\WidgetStable\ParagraphsTranslationTest::modules
Modules to enable.
Type: array
Overrides ParagraphsTestBase::$modules
File
- tests/
src/ Functional/ WidgetStable/ ParagraphsTranslationTest.php, line 25
Class
- ParagraphsTranslationTest
- Tests the configuration of paragraphs.
Namespace
Drupal\Tests\paragraphs\Functional\WidgetStableCode
public static $modules = array(
'content_translation',
'link',
'image',
'field',
'field_ui',
'block',
'language',
'node',
);