mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Fixed formschematest
This commit is contained in:
parent
cbe534c675
commit
a2ee6a76a0
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user