public static property LingotekNodeLayoutBuilderWithRevisionableBlockAsymmetricTranslationTest::$modules in Lingotek Translation 3.7.x
Same name and namespace in other branches
- 4.0.x tests/src/Functional/LingotekNodeLayoutBuilderWithRevisionableBlockAsymmetricTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekNodeLayoutBuilderWithRevisionableBlockAsymmetricTranslationTest::modules
- 3.5.x tests/src/Functional/LingotekNodeLayoutBuilderWithRevisionableBlockAsymmetricTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekNodeLayoutBuilderWithRevisionableBlockAsymmetricTranslationTest::modules
- 3.6.x tests/src/Functional/LingotekNodeLayoutBuilderWithRevisionableBlockAsymmetricTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekNodeLayoutBuilderWithRevisionableBlockAsymmetricTranslationTest::modules
- 3.8.x tests/src/Functional/LingotekNodeLayoutBuilderWithRevisionableBlockAsymmetricTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekNodeLayoutBuilderWithRevisionableBlockAsymmetricTranslationTest::modules
Modules to enable.
The test runner will merge the $modules lists from this class, the class it extends, and so on up the class hierarchy. It is not necessary to include modules in your list that a parent class has already declared.
Type: string[]
Overrides LingotekNodeLayoutBuilderAsymmetricTranslationTest::$modules
See also
\Drupal\Tests\BrowserTestBase::installDrupal()
File
- tests/
src/ Functional/ LingotekNodeLayoutBuilderWithRevisionableBlockAsymmetricTranslationTest.php, line 21
Class
- LingotekNodeLayoutBuilderWithRevisionableBlockAsymmetricTranslationTest
- Tests translating a node with layout builder AT and revisionable blocks.
Namespace
Drupal\Tests\lingotek\FunctionalCode
public static $modules = [
'block',
'block_content',
'content_moderation',
'node',
'layout_builder',
'layout_builder_at',
];