Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / tests / Drupal / KernelTests / Core / Render / RenderTest.php
index 2acaefb873b62b80272d495704b5297c99234b36..043aae4445ce4ede9ff408091ff27b8ade13370d 100644 (file)
@@ -36,7 +36,7 @@ class RenderTest extends KernelTestBase {
       'library' => [
         'test/generic_preprocess',
         'test/specific_preprocess',
-      ]
+      ],
     ];
     $this->assertEqual($expected_attached, $test_element['#attached'], 'All expected assets from theme preprocess hooks attached.');