File tree 2 files changed +2
-2
lines changed
src/Magento/FunctionalTestingFramework/DataGenerator 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
29
29
const _ENTITY_TYPE = 'entityType ' ;
30
30
const _ENTITY_KEY = 'entityKey ' ;
31
31
const _SEPARATOR = '-> ' ;
32
- const _REQUIRED_ENTITY = 'required-entity ' ;
32
+ const _REQUIRED_ENTITY = 'requiredEntity ' ;
33
33
34
34
/**
35
35
* The singleton instance of this class
Original file line number Diff line number Diff line change 47
47
</xs : complexContent >
48
48
</xs : complexType >
49
49
</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" >
51
51
<xs : annotation >
52
52
<xs : documentation >
53
53
Element containing required entity to this parent entity.
You can’t perform that action at this time.
0 commit comments