File tree Expand file tree Collapse file tree 3 files changed +16
-0
lines changed
dev/tests/api-functional/_files/Magento/TestModuleExtensionAttributes Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
+ <!--
3
+ /**
4
+ * Copyright © Magento, Inc. All rights reserved.
5
+ * See COPYING.txt for license details.
6
+ */
7
+ -->
2
8
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
9
xsi : noNamespaceSchemaLocation =" urn:magento:framework:Api/etc/extension_attributes.xsd" >
4
10
<extension_attributes for =" Magento\Quote\Api\Data\AddressInterface" >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
+ <!--
3
+ /**
4
+ * Copyright © Magento, Inc. All rights reserved.
5
+ * See COPYING.txt for license details.
6
+ */
7
+ -->
2
8
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
9
xsi : noNamespaceSchemaLocation =" urn:magento:framework:Module/etc/module.xsd" >
4
10
<module name =" Magento_TestModuleExtensionAttributes" setup_version =" 1.0.0" >
Original file line number Diff line number Diff line change 1
1
<?php
2
+ /**
3
+ * Copyright © Magento, Inc. All rights reserved.
4
+ * See COPYING.txt for license details.
5
+ */
2
6
\Magento \Framework \Component \ComponentRegistrar::register (
3
7
\Magento \Framework \Component \ComponentRegistrar::MODULE ,
4
8
'Magento_TestModuleExtensionAttributes ' ,
You can’t perform that action at this time.
0 commit comments