Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / locale / tests / src / Functional / LocaleFileSystemFormTest.php
index ee496e248a2330daa24374f3e08131333c373040..c38da43d77fcf5a5ac01c04c7918b71c786d4015 100644 (file)
@@ -45,7 +45,7 @@ class LocaleFileSystemFormTest extends BrowserTestBase {
     // The setting should persist.
     $translation_path = $this->publicFilesDirectory . '/translations_changed';
     $fields = [
-      'translation_path' => $translation_path
+      'translation_path' => $translation_path,
     ];
     $this->drupalPostForm(NULL, $fields, t('Save configuration'));
     $this->drupalGet('admin/config/media/file-system');