Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / tests / Drupal / Tests / Core / Routing / RoutingFixtures.php
index 38278ab0811040d1aad37cea6bff88037ed3279c..5ff38fa46b6ba897da8b4f3251cea04e912c8149 100644 (file)
@@ -60,7 +60,7 @@ class RoutingFixtures {
       'path' => '/path/two',
       'methods' => ['GET'],
       'requirements' => [
-        '_format' => 'json'
+        '_format' => 'json',
       ],
     ];
     $routes['route_d'] = [
@@ -70,7 +70,7 @@ class RoutingFixtures {
       'path' => '/path/two',
       'methods' => ['GET', 'HEAD'],
       'requirements' => [
-        '_format' => 'html'
+        '_format' => 'html',
       ],
     ];