This repository was archived by the owner on Apr 29, 2019. It is now read-only.
File tree 2 files changed +27
-27
lines changed
app/code/Magento/UrlRewriteGraphQl
dev/tests/api-functional/testsuite/Magento/GraphQl/UrlRewrite
2 files changed +27
-27
lines changed Original file line number Diff line number Diff line change 1
1
{
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
+ }
Original file line number Diff line number Diff line change @@ -289,7 +289,7 @@ public function testCategoryUrlWithLeadingSlash()
289
289
$ urlFinder = $ this ->objectManager ->get (UrlFinderInterface::class);
290
290
$ actualUrls = $ urlFinder ->findOneByData (
291
291
[
292
- 'request_path ' => $ urlPath ,
292
+ 'request_path ' => $ urlPath2 ,
293
293
'store_id ' => $ storeId
294
294
]
295
295
);
You can’t perform that action at this time.
0 commit comments