mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
13 lines
252 B
YAML
13 lines
252 B
YAML
|
SQLUpdateTestBase:
|
||
|
test1:
|
||
|
Title: 'Object 1'
|
||
|
Description: 'Description 1'
|
||
|
test2:
|
||
|
Title: 'Object 2'
|
||
|
Description: 'Description 2'
|
||
|
SQLUpdateChild:
|
||
|
test3:
|
||
|
Title: 'Object 3'
|
||
|
Description: 'Description 3'
|
||
|
Details: 'Details 3'
|