protected static property MigrateCustomBlockContentTranslationTest::$modules in Drupal 9
Same name in this branch
- 9 core/modules/block_content/tests/src/Kernel/Migrate/d6/MigrateCustomBlockContentTranslationTest.php \Drupal\Tests\block_content\Kernel\Migrate\d6\MigrateCustomBlockContentTranslationTest::modules
- 9 core/modules/block_content/tests/src/Kernel/Migrate/d7/MigrateCustomBlockContentTranslationTest.php \Drupal\Tests\block_content\Kernel\Migrate\d7\MigrateCustomBlockContentTranslationTest::modules
Same name and namespace in other branches
- 8 core/modules/block_content/tests/src/Kernel/Migrate/d6/MigrateCustomBlockContentTranslationTest.php \Drupal\Tests\block_content\Kernel\Migrate\d6\MigrateCustomBlockContentTranslationTest::modules
- 10 core/modules/block_content/tests/src/Kernel/Migrate/d6/MigrateCustomBlockContentTranslationTest.php \Drupal\Tests\block_content\Kernel\Migrate\d6\MigrateCustomBlockContentTranslationTest::modules
Modules to enable.
Type: array
Overrides MigrateDrupal6TestBase::$modules
File
- core/
modules/ block_content/ tests/ src/ Kernel/ Migrate/ d6/ MigrateCustomBlockContentTranslationTest.php, line 18
Class
- MigrateCustomBlockContentTranslationTest
- Tests migration of i18n custom block strings.
Namespace
Drupal\Tests\block_content\Kernel\Migrate\d6Code
protected static $modules = [
'block_content',
'content_translation',
'language',
];