From a2ee6a76a0dfed5bb738852c932d04a91545614c Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Thu, 27 Apr 2017 21:44:28 +1200 Subject: [PATCH] Fixed formschematest --- tests/php/Forms/FormSchemaTest.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/php/Forms/FormSchemaTest.php b/tests/php/Forms/FormSchemaTest.php index fb5b8659a..fbc56b050 100644 --- a/tests/php/Forms/FormSchemaTest.php +++ b/tests/php/Forms/FormSchemaTest.php @@ -462,7 +462,6 @@ class FormSchemaTest extends SapphireTest 'extraClass' => 'date text', 'description' => null, 'rightTitle' => null, - 'html5' => true, 'lang' => 'en-US', 'leftTitle' => null, 'readOnly' => false, @@ -474,8 +473,9 @@ class FormSchemaTest extends SapphireTest ], 'attributes' => [], - 'data' => - [], + 'data' => [ + 'html5' => true, + ], ], [ 'name' => 'Number',