Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / tests / Drupal / Tests / Core / Template / TwigExtensionTest.php
index a872e305d4177ed9f2a02e3e64cc68383924b946..f98a8a9c545b8e2c2ec0a16db0e29fa55bd74f54 100644 (file)
@@ -114,12 +114,12 @@ class TwigExtensionTest extends UnitTestCase {
       ['{{ path(name = "foo", parameters = foo) }}', TRUE],
       [
         '{{ path(name = "foo", parameters = { foo: ["foo", "bar"] }) }}',
-        TRUE
+        TRUE,
       ],
       ['{{ path(name = "foo", parameters = { foo: foo }) }}', TRUE],
       [
         '{{ path(name = "foo", parameters = { foo: "foo", bar: "bar" }) }}',
-        TRUE
+        TRUE,
       ],
     ];
   }