Skip to content

Commit bde6376

Browse files
author
Nihar Ranjan
committed
static tests changes - 18thNov2020
1 parent 87f1812 commit bde6376

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/code/Magento/LoginAsCustomerGraphQl/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"php": "~7.3.0||~7.4.0",
66
"magento/framework": "*",
77
"magento/module-login-as-customer-api": "*",
8+
"magento/module-integration": "*",
89
"magento/module-store": "*",
910
"magento/module-customer": "*",
1011
"magento/module-catalog-graph-ql": "*"

app/code/Magento/LoginAsCustomerGraphQl/etc/module.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
99
<module name="Magento_LoginAsCustomerGraphQl">
1010
<sequence>
11+
<module name="Magento_LoginAsCustomer"/>
1112
<module name="Magento_LoginAsCustomerApi"/>
1213
<module name="Magento_Customer"/>
1314
<module name="Magento_Store"/>

0 commit comments

Comments
 (0)