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