|
49 | 49 | </arguments>
|
50 | 50 | </type>
|
51 | 51 | <type name="Magento\FunctionalTestingFramework\Util\ModuleResolver\SequenceSorter" />
|
52 |
| - <type name="Magento\FunctionalTestingFramework\Generate\GeneratePage"> |
53 |
| - <arguments> |
54 |
| - <argument name="configData" xsi:type="object">Magento\FunctionalTestingFramework\Page\Config\Data</argument> |
55 |
| - </arguments> |
56 |
| - </type> |
57 |
| - <type name="Magento\FunctionalTestingFramework\Generate\GenerateBlock"> |
58 |
| - <arguments> |
59 |
| - <argument name="configData" xsi:type="object">Magento\FunctionalTestingFramework\Block\Config\Data</argument> |
60 |
| - </arguments> |
61 |
| - </type> |
62 |
| - <type name="Magento\FunctionalTestingFramework\Generate\Pool"> |
63 |
| - <arguments> |
64 |
| - <argument name="pool" xsi:type="array"> |
65 |
| - <item name="page" xsi:type="object">Magento\FunctionalTestingFramework\Generate\GeneratePage</item> |
66 |
| - <item name="block" xsi:type="object">Magento\FunctionalTestingFramework\Generate\GenerateBlock</item> |
67 |
| - </argument> |
68 |
| - </arguments> |
69 |
| - </type> |
70 | 52 | <!--
|
71 | 53 | Array item can be of any type just like an argument, including array type itself, which creates circular dependency.
|
72 | 54 | Proxy is used to resolve the circular dependency, so that array items undergo the same interpretation as arguments.
|
|
176 | 158 |
|
177 | 159 | <!-- Configuration for Data Operation Metadata.xml -->
|
178 | 160 |
|
179 |
| - <type name="Magento\FunctionalTestingFramework\DataGenerator\Parsers\OperationMetadataParser"> |
| 161 | + <type name="Magento\FunctionalTestingFramework\DataGenerator\Parsers\OperationDefinitionParser"> |
180 | 162 | <arguments>
|
181 | 163 | <argument name="metadata" xsi:type="object">Magento\FunctionalTestingFramework\DataProfile\Config\Metadata</argument>
|
182 | 164 | </arguments>
|
|
198 | 180 | <argument name="schemaLocator" xsi:type="object">Magento\FunctionalTestingFramework\Config\SchemaLocator\Metadata</argument>
|
199 | 181 | <argument name="idAttributes" xsi:type="array">
|
200 | 182 | <item name="/config/operation" xsi:type="string">name</item>
|
201 |
| - <item name="/config/operation/entry" xsi:type="string">key</item> |
| 183 | + <item name="/config/operation/field" xsi:type="string">key</item> |
202 | 184 | <item name="/config/operation/array" xsi:type="string">key</item>
|
203 | 185 | <item name="/config/operation/object" xsi:type="string">key</item>
|
204 | 186 | </argument>
|
|
0 commit comments