Skip to content

Commit 835af0b

Browse files
committedJan 12, 2018
MQE-325: Rename <tags-with-hyphens> to <camelCaseTags>
- update references to tags with hyphens
1 parent 1abab09 commit 835af0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎src/Magento/FunctionalTestingFramework/DataGenerator/Handlers/DataObjectHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

‎src/Magento/FunctionalTestingFramework/DataGenerator/etc/dataProfileSchema.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
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.

0 commit comments

Comments
 (0)
Please sign in to comment.