Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / tests / Drupal / Tests / Core / EventSubscriber / RssResponseRelativeUrlFilterTest.php
index 49b9fbd28998bdf2e130fae14396f389c9220576..d8290fe4753ae48965fbf4d9dcda242276a082af 100644 (file)
@@ -116,7 +116,7 @@ RSS;
       Request::create('/'),
       'foo',
       new Response($content, 200, [
-        'Content-Type' => 'application/rss+xml'
+        'Content-Type' => 'application/rss+xml',
       ])
     );