File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
dev/tests/functional/tests/app/Magento
AdvancedPricingImportExport/Test/etc
CustomerImportExport/Test/etc Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 13
13
</arguments >
14
14
</type >
15
15
16
- <type name =" Magento\Mtf\Util\Command\File\ExportInterface " >
16
+ <virtualType name =" Magento\Mtf\Util\Command\File\AdvancedPricingExport " type = " Magento\Mtf\Util\Command\File\Export " >
17
17
<arguments >
18
18
<argument name =" type" xsi : type =" string" >advancedPricing</argument >
19
19
</arguments >
20
+ </virtualType >
21
+
22
+ <type name =" Magento\AdvancedPricingImportExport\Test\Constraint\AssertExportAdvancedPricing" >
23
+ <arguments >
24
+ <argument name =" export" xsi : type =" object" >Magento\Mtf\Util\Command\File\AdvancedPricingExport</argument >
25
+ </arguments >
20
26
</type >
21
27
22
28
<virtualType name =" Magento\Mtf\Util\Command\File\Export\AdvancedPricingReader" type =" Magento\Mtf\Util\Command\File\Export\Reader" >
Original file line number Diff line number Diff line change 6
6
*/
7
7
-->
8
8
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:ObjectManager/etc/config.xsd" >
9
- <type name =" Magento\Mtf\Util\Command\File\ExportInterface " >
9
+ <virtualType name =" Magento\Mtf\Util\Command\File\CustomerAddressesExport " type = " Magento\Mtf\Util\Command\File\Export " >
10
10
<arguments >
11
11
<argument name =" type" xsi : type =" string" >customerAddresses</argument >
12
12
</arguments >
13
+ </virtualType >
14
+
15
+ <type name =" Magento\CustomerImportExport\Test\Constraint\AssertExportCustomerAddresses" >
16
+ <arguments >
17
+ <argument name =" export" xsi : type =" object" >Magento\Mtf\Util\Command\File\CustomerAddressesExport</argument >
18
+ </arguments >
13
19
</type >
14
20
15
21
<virtualType name =" Magento\Mtf\Util\Command\File\Export\CustomerAddressesReader" type =" Magento\Mtf\Util\Command\File\Export\Reader" >
You can’t perform that action at this time.
0 commit comments