Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / system / src / Tests / Installer / InstallerTranslationMultipleLanguageForeignTest.php
diff --git a/web/core/modules/system/src/Tests/Installer/InstallerTranslationMultipleLanguageForeignTest.php b/web/core/modules/system/src/Tests/Installer/InstallerTranslationMultipleLanguageForeignTest.php
deleted file mode 100644 (file)
index 8bf739b..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-<?php
-
-namespace Drupal\system\Tests\Installer;
-
-/**
- * Tests translation files for multiple languages get imported during install.
- *
- * @group Installer
- */
-class InstallerTranslationMultipleLanguageForeignTest extends InstallerTranslationMultipleLanguageTest {
-
-  /**
-   * Overrides the language code in which to install Drupal.
-   *
-   * @var string
-   */
-  protected $langcode = 'de';
-
-  /**
-   * {@inheritdoc}
-   */
-  protected function setUpLanguage() {
-    parent::setUpLanguage();
-    $this->translations['Save and continue'] = 'Save and continue de';
-  }
-
-}