413c413 < - $this->localeStorage->createString((array) $translation) --- > - $string = $this->localeStorage->createString((array) $translation) 1294c1294 < $this->assertEqual(\Drupal::config('locale.config.xx.image.style.medium')->get('label'), $image_style_label); --- > $this->assertEqual(config('locale.config.xx.image.style.medium')->get('label'), $image_style_label); 1296c1296 < $this->assertFalse(\Drupal::config('locale.config.xx.image.style.medium')->get('label'), 'Translated configuration for image module removed.'); --- > $this->assertFalse(config('locale.config.xx.image.style.medium')->get('label'), 'Translated configuration for image module removed.');