Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit e39d356

Browse files
committed
GraphQL - Added missed dependencies, removed unused variable
1 parent 366e0b7 commit e39d356

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed
Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
{
2-
"name": "magento/module-url-rewrite-graph-ql",
3-
"description": "N/A",
4-
"type": "magento2-module",
5-
"require": {
6-
"php": "~7.1.3||~7.2.0",
7-
"magento/framework": "*",
8-
"magento/module-url-rewrite": "*",
9-
"magento/module-store": "*"
10-
11-
},
12-
"suggest": {
13-
"magento/module-graph-ql": "*"
14-
},
15-
"license": [
16-
"OSL-3.0",
17-
"AFL-3.0"
18-
],
19-
"autoload": {
20-
"files": [
21-
"registration.php"
22-
],
23-
"psr-4": {
24-
"Magento\\UrlRewriteGraphQl\\": ""
25-
}
26-
}
27-
}
2+
"name" : "magento/module-url-rewrite-graph-ql",
3+
"description" : "N/A",
4+
"type" : "magento2-module",
5+
"require" : {
6+
"php" : "~7.1.3||~7.2.0",
7+
"magento/framework" : "*",
8+
"magento/module-url-rewrite" : "*",
9+
"magento/module-store" : "*",
10+
"magento/cms" : "*"
11+
},
12+
"suggest" : {
13+
"magento/module-graph-ql" : "*"
14+
},
15+
"license" : [
16+
"OSL-3.0",
17+
"AFL-3.0"
18+
],
19+
"autoload" : {
20+
"files" : [
21+
"registration.php"
22+
],
23+
"psr-4" : {
24+
"Magento\\UrlRewriteGraphQl\\" : ""
25+
}
26+
}
27+
}

dev/tests/api-functional/testsuite/Magento/GraphQl/UrlRewrite/UrlResolverTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ public function testCategoryUrlWithLeadingSlash()
289289
$urlFinder = $this->objectManager->get(UrlFinderInterface::class);
290290
$actualUrls = $urlFinder->findOneByData(
291291
[
292-
'request_path' => $urlPath,
292+
'request_path' => $urlPath2,
293293
'store_id' => $storeId
294294
]
295295
);

0 commit comments

Comments
 (0)