Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / language / tests / src / Functional / LanguageUrlRewritingTest.php
index 7021aa0027fafbd2140a3b1349ee5695eae9d073..07eec52514d3925abdb8aa03e5bcbfc4e286d9a4 100644 (file)
@@ -108,7 +108,7 @@ class LanguageUrlRewritingTest extends BrowserTestBase {
     $edit = [
       'language_negotiation_url_part' => LanguageNegotiationUrl::CONFIG_DOMAIN,
       'domain[en]' => $base_url_host,
-      'domain[fr]' => $language_domain
+      'domain[fr]' => $language_domain,
     ];
     $this->drupalPostForm('admin/config/regional/language/detection/url', $edit, t('Save configuration'));
     // Rebuild the container so that the new language gets picked up by services