Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / config / tests / src / Functional / ConfigSingleImportExportTest.php
index 4170e250be255314ed404e1008c28c39f74cd413..69a7ed74ea2e158c9c987af983677e2dce4c5708 100644 (file)
@@ -177,7 +177,7 @@ EOD;
       // object.
       $this->assertRaw(t('Are you sure you want to update the %name @type?', [
         '%name' => 'second',
-        '@type' => 'test configuration'
+        '@type' => 'test configuration',
       ]));
       $this->drupalPostForm(NULL, [], t('Confirm'));
       $entity = $storage->load('second');