X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Ftests%2FDrupal%2FTests%2FCore%2FRender%2FElementTest.php;fp=web%2Fcore%2Ftests%2FDrupal%2FTests%2FCore%2FRender%2FElementTest.php;h=818244832485734441c39c3f8960ab8042df6e23;hp=d168f741e5c7f4ab1151c6433e103fd11c279085;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/tests/Drupal/Tests/Core/Render/ElementTest.php b/web/core/tests/Drupal/Tests/Core/Render/ElementTest.php index d168f741e..818244832 100644 --- a/web/core/tests/Drupal/Tests/Core/Render/ElementTest.php +++ b/web/core/tests/Drupal/Tests/Core/Render/ElementTest.php @@ -28,7 +28,7 @@ class ElementTest extends UnitTestCase { $element = [ '#property1' => 'property1', '#property2' => 'property2', - 'property3' => 'property3' + 'property3' => 'property3', ]; $properties = Element::properties($element);