Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / tests / Drupal / Tests / Core / Render / ElementTest.php
index d168f741e5c7f4ab1151c6433e103fd11c279085..818244832485734441c39c3f8960ab8042df6e23 100644 (file)
@@ -28,7 +28,7 @@ class ElementTest extends UnitTestCase {
     $element = [
       '#property1' => 'property1',
       '#property2' => 'property2',
-      'property3' => 'property3'
+      'property3' => 'property3',
     ];
 
     $properties = Element::properties($element);