mirror of
https://github.com/silverstripe/silverstripe-dms
synced 2024-10-22 14:05:56 +02:00
23 lines
409 B
YAML
23 lines
409 B
YAML
# Fixtures for migration task testing. The relationships for them are
|
|
# created manually in the unit test class.
|
|
DMSDocument:
|
|
one:
|
|
Title: document1
|
|
two:
|
|
Title: document2
|
|
three:
|
|
Title: document3
|
|
DMSDocumentSet:
|
|
four:
|
|
Title: documentSet4
|
|
SiteTree:
|
|
one:
|
|
Title: page1
|
|
two:
|
|
Title: page2
|
|
three:
|
|
Title: page3
|
|
four:
|
|
Title: page4
|
|
DocumentSets: =>DMSDocumentSet.four
|