Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / system / src / Tests / Installer / InstallerTranslationMultipleLanguageKeepEnglishTest.php
diff --git a/web/core/modules/system/src/Tests/Installer/InstallerTranslationMultipleLanguageKeepEnglishTest.php b/web/core/modules/system/src/Tests/Installer/InstallerTranslationMultipleLanguageKeepEnglishTest.php
deleted file mode 100644 (file)
index 5310af0..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-<?php
-
-namespace Drupal\system\Tests\Installer;
-
-/**
- * Tests that keeping English in a foreign language install works.
- *
- * @group Installer
- */
-class InstallerTranslationMultipleLanguageKeepEnglishTest extends InstallerTranslationMultipleLanguageForeignTest {
-
-  /**
-   * Switch to the multilingual testing profile with English kept.
-   *
-   * @var string
-   */
-  protected $profile = 'testing_multilingual_with_english';
-
-}