diff --git a/tests/unit/TranslatableTest.yml b/tests/unit/TranslatableTest.yml index 43707e4..e7a723d 100644 --- a/tests/unit/TranslatableTest.yml +++ b/tests/unit/TranslatableTest.yml @@ -16,26 +16,32 @@ Page: parent: Title: Parent URLSegment: parent + Locale: en_US child1: Title: Child 1 URLSegment: child1 Parent: =>Page.parent + Locale: en_US child2: Title: Child 2 URLSegment: child2 Parent: =>Page.parent + Locale: en_US child3: Title: Child 3 URLSegment: child3 Parent: =>Page.parent + Locale: en_US grandchild1: Title: Grandchild URLSegment: grandchild1 Parent: =>Page.child1 + Locale: en_US grandchild2: Title: Grandchild URLSegment: grandchild2 Parent: =>Page.child1 + Locale: en_US TranslatableTest_DataObject: testobject_en: TranslatableProperty: en_US