File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/Magento/FunctionalTestingFramework/DataGenerator Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ class DataObjectHandler implements ObjectHandlerInterface
2929 const _ENTITY_TYPE = 'entityType ' ;
3030 const _ENTITY_KEY = 'entityKey ' ;
3131 const _SEPARATOR = '-> ' ;
32- const _REQUIRED_ENTITY = 'required-entity ' ;
32+ const _REQUIRED_ENTITY = 'requiredEntity ' ;
3333
3434 /**
3535 * The singleton instance of this class
Original file line number Diff line number Diff line change 4747 </xs : complexContent >
4848 </xs : complexType >
4949 </xs : element >
50- <xs : element name =" required-entity " type =" requiredEntityType" maxOccurs =" unbounded" minOccurs =" 0" >
50+ <xs : element name =" requiredEntity " type =" requiredEntityType" maxOccurs =" unbounded" minOccurs =" 0" >
5151 <xs : annotation >
5252 <xs : documentation >
5353 Element containing required entity to this parent entity.
You can’t perform that action at this time.
0 commit comments