public static property LingotekNodeWithBlockfieldTranslationTest::$modules in Lingotek Translation 3.3.x
Same name and namespace in other branches
- 8.2 tests/src/Functional/LingotekNodeWithBlockfieldTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekNodeWithBlockfieldTranslationTest::modules
- 4.0.x tests/src/Functional/LingotekNodeWithBlockfieldTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekNodeWithBlockfieldTranslationTest::modules
- 3.0.x tests/src/Functional/LingotekNodeWithBlockfieldTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekNodeWithBlockfieldTranslationTest::modules
- 3.1.x tests/src/Functional/LingotekNodeWithBlockfieldTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekNodeWithBlockfieldTranslationTest::modules
- 3.2.x tests/src/Functional/LingotekNodeWithBlockfieldTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekNodeWithBlockfieldTranslationTest::modules
- 3.4.x tests/src/Functional/LingotekNodeWithBlockfieldTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekNodeWithBlockfieldTranslationTest::modules
- 3.5.x tests/src/Functional/LingotekNodeWithBlockfieldTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekNodeWithBlockfieldTranslationTest::modules
- 3.6.x tests/src/Functional/LingotekNodeWithBlockfieldTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekNodeWithBlockfieldTranslationTest::modules
- 3.7.x tests/src/Functional/LingotekNodeWithBlockfieldTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekNodeWithBlockfieldTranslationTest::modules
- 3.8.x tests/src/Functional/LingotekNodeWithBlockfieldTranslationTest.php \Drupal\Tests\lingotek\Functional\LingotekNodeWithBlockfieldTranslationTest::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 LingotekTestBase::$modules
See also
\Drupal\Tests\BrowserTestBase::installDrupal()
File
- tests/
src/ Functional/ LingotekNodeWithBlockfieldTranslationTest.php, line 27
Class
- LingotekNodeWithBlockfieldTranslationTest
- Tests translating a node that contains a block field.
Namespace
Drupal\Tests\lingotek\FunctionalCode
public static $modules = [
'block',
'node',
'dblog',
'block_content',
'block_field',
];