Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / tests / Drupal / FunctionalTests / Installer / InstallerTranslationMultipleLanguageKeepEnglishTest.php
diff --git a/web/core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageKeepEnglishTest.php b/web/core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageKeepEnglishTest.php
new file mode 100644 (file)
index 0000000..3c10310
--- /dev/null
@@ -0,0 +1,19 @@
+<?php
+
+namespace Drupal\FunctionalTests\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';
+
+}