Skip to content

Commit 0753860

Browse files
committed
Fix Static test
1 parent 65c7153 commit 0753860

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

dev/tests/api-functional/_files/Magento/TestModuleExtensionAttributes/etc/extension_attributes.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
<?xml version="1.0"?>
2+
<!--
3+
/**
4+
* Copyright © Magento, Inc. All rights reserved.
5+
* See COPYING.txt for license details.
6+
*/
7+
-->
28
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
39
xsi:noNamespaceSchemaLocation="urn:magento:framework:Api/etc/extension_attributes.xsd">
410
<extension_attributes for="Magento\Quote\Api\Data\AddressInterface">

dev/tests/api-functional/_files/Magento/TestModuleExtensionAttributes/etc/module.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
<?xml version="1.0"?>
2+
<!--
3+
/**
4+
* Copyright © Magento, Inc. All rights reserved.
5+
* See COPYING.txt for license details.
6+
*/
7+
-->
28
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
39
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
410
<module name="Magento_TestModuleExtensionAttributes" setup_version="1.0.0">

dev/tests/api-functional/_files/Magento/TestModuleExtensionAttributes/registration.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<?php
2+
/**
3+
* Copyright © Magento, Inc. All rights reserved.
4+
* See COPYING.txt for license details.
5+
*/
26
\Magento\Framework\Component\ComponentRegistrar::register(
37
\Magento\Framework\Component\ComponentRegistrar::MODULE,
48
'Magento_TestModuleExtensionAttributes',

0 commit comments

Comments
 (0)