Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / tests / Drupal / Tests / Core / ParamConverter / ParamConverterManagerTest.php
index 6d60e1d4e77244314890d30d38d5ae3f2c159d29..b7549ce47ace46a093da60db3585b582fcbfcbfd 100644 (file)
@@ -80,7 +80,7 @@ class ParamConverterManagerTest extends UnitTestCase {
 
     $converters[0]['sorted'] = [
       'strawberry', 'raspberry', 'pear', 'peach',
-      'pineapple', 'banana', 'apple'
+      'pineapple', 'banana', 'apple',
     ];
 
     $converters[1]['unsorted'] = [
@@ -95,7 +95,7 @@ class ParamConverterManagerTest extends UnitTestCase {
 
     $converters[1]['sorted'] = [
       'giraffe', 'zebra', 'eagle', 'ape',
-      'cat', 'puppy', 'llama'
+      'cat', 'puppy', 'llama',
     ];
 
     return $converters;