function MigrateSystemMaintenanceTranslationTest::testSystemMaintenance

Tests migration of system variables to system.maintenance.yml.

File

core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateSystemMaintenanceTranslationTest.php, line 39

Class

MigrateSystemMaintenanceTranslationTest
Upgrade i18n maintenance variables to system.*.yml.

Namespace

Drupal\Tests\config_translation\Kernel\Migrate\d6

Code

public function testSystemMaintenance() : void {
  $config = \Drupal::service('language_manager')->getLanguageConfigOverride('fr', 'system.maintenance');
  $this->assertSame('fr - Drupal is currently under maintenance. We should be back shortly. Thank you for your patience.', $config->get('message'));
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.