mirror of
https://github.com/silverstripe/silverstripe-frameworktest
synced 2024-10-22 09:06:02 +00:00
More realistic SelectionGroup config
This commit is contained in:
parent
e98f22f400
commit
aaa56c176e
@ -160,12 +160,12 @@ class BasicFieldsTestPage extends TestPage
|
||||
Object::create('SelectionGroup', 'SelectionGroup', array(
|
||||
new SelectionGroup_Item(
|
||||
'one',
|
||||
new LiteralField('one', 'one view'),
|
||||
TextField::create('SelectionGroupOne', 'one view'),
|
||||
'SelectionGroup Option One'
|
||||
),
|
||||
new SelectionGroup_Item(
|
||||
'two',
|
||||
new LiteralField('two', 'two view'),
|
||||
TextField::create('SelectionGroupOneTwo', 'two view'),
|
||||
'SelectionGroup Option Two'
|
||||
)
|
||||
)),
|
||||
@ -217,7 +217,7 @@ class BasicFieldsTestPage extends TestPage
|
||||
}
|
||||
|
||||
$blacklist = array(
|
||||
'DMYDate', 'Required', 'Validated', 'ToggleCompositeField',
|
||||
'DMYDate', 'Required', 'Validated', 'ToggleCompositeField', 'SelectionGroup'
|
||||
);
|
||||
|
||||
$tabs = array('Root.Text', 'Root.Numeric', 'Root.Option', 'Root.DateTime', 'Root.File');
|
||||
|
Loading…
x
Reference in New Issue
Block a user