function MigrateBlockContentTranslationTest::testBlockContentTranslation
Tests the migration of block title translation.
File
-
core/
modules/ block/ tests/ src/ Kernel/ Migrate/ d7/ MigrateBlockContentTranslationTest.php, line 60
Class
- MigrateBlockContentTranslationTest
- Tests migration of i18n block translations.
Namespace
Drupal\Tests\block\Kernel\Migrate\d7Code
public function testBlockContentTranslation() {
/** @var \Drupal\language\ConfigurableLanguageManagerInterface $language_manager */
$language_manager = $this->container
->get('language_manager');
$config = $language_manager->getLanguageConfigOverride('fr', 'block.block.bartik_user_login');
$this->assertSame('fr - User login title', $config->get('settings.label'));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.