Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / tests / Drupal / Tests / Core / Common / AttributesTest.php
index 00a5eb2ea62ac245eda9119b36bb66031d3ff2c8..b2ddd5e3652314224e319c4ca7bf5740d07b360c 100644 (file)
@@ -38,7 +38,7 @@ class AttributesTest extends UnitTestCase {
           'alt' => 'Alternate',
         ],
         ' id="id-test" class="first last" alt="Alternate"',
-        'Multiple attributes.'
+        'Multiple attributes.',
       ],
       // Verify empty attributes array is rendered.
       [[], '', 'Empty attributes array.'],