Fixed formschematest

This commit is contained in:
Ingo Schommer 2017-04-27 21:44:28 +12:00
parent cbe534c675
commit a2ee6a76a0

View File

@ -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',