X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Ftests%2FDrupal%2FTests%2FCore%2FParamConverter%2FParamConverterManagerTest.php;fp=web%2Fcore%2Ftests%2FDrupal%2FTests%2FCore%2FParamConverter%2FParamConverterManagerTest.php;h=b7549ce47ace46a093da60db3585b582fcbfcbfd;hp=6d60e1d4e77244314890d30d38d5ae3f2c159d29;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/tests/Drupal/Tests/Core/ParamConverter/ParamConverterManagerTest.php b/web/core/tests/Drupal/Tests/Core/ParamConverter/ParamConverterManagerTest.php index 6d60e1d4e..b7549ce47 100644 --- a/web/core/tests/Drupal/Tests/Core/ParamConverter/ParamConverterManagerTest.php +++ b/web/core/tests/Drupal/Tests/Core/ParamConverter/ParamConverterManagerTest.php @@ -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;