executeMigration('d6_system_maintenance_translation'); } /** * Tests migration of system (maintenance) variables to system.maintenance.yml. */ public function testSystemMaintenance() { $config = \Drupal::service('language_manager')->getLanguageConfigOverride('fr', 'system.maintenance'); $this->assertIdentical('fr - Drupal is currently under maintenance. We should be back shortly. Thank you for your patience.', $config->get('message')); } }