File tree Expand file tree Collapse file tree 3 files changed +29
-28
lines changed
dev/tests/static/testsuite/Magento/Test/Integrity Expand file tree Collapse file tree 3 files changed +29
-28
lines changed Original file line number Diff line number Diff line change 4
4
"type" : " magento2-module" ,
5
5
"require" : {
6
6
"php" : " ~7.1.3||~7.2.0" ,
7
- "magento/framework" : " *"
8
-
7
+ "magento/framework" : " *" ,
8
+ "magento/module-url-rewrite-graph-ql" : " *" ,
9
+ "magento/module-store" : " *" ,
10
+ "magento/module-cms" : " *"
9
11
},
10
12
"suggest" : {
11
13
"magento/module-cms-url-rewrite" : " *" ,
12
- "magento/module-catalog-graph-ql" : " *" ,
13
- "magento/module-url-rewrite-graph-ql" : " *"
14
+ "magento/module-catalog-graph-ql" : " *"
14
15
},
15
16
"license" : [
16
17
" OSL-3.0" ,
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" : " *" ,
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
9
"magento/module-store" : " *"
10
- },
11
- "suggest" : {
12
- "magento/module-graph-ql" : " *"
13
- },
14
- "license" : [
15
- " OSL-3.0" ,
16
- " AFL-3.0"
17
- ],
18
- "autoload" : {
19
- "files" : [
20
- " registration.php"
21
- ],
22
- "psr-4" : {
23
- "Magento\\ UrlRewriteGraphQl\\ " : " "
24
- }
25
- }
10
+ },
11
+ "suggest" : {
12
+ "magento/module-graph-ql" : " *"
13
+ },
14
+ "license" : [
15
+ " OSL-3.0" ,
16
+ " AFL-3.0"
17
+ ],
18
+ "autoload" : {
19
+ "files" : [
20
+ " registration.php"
21
+ ],
22
+ "psr-4" : {
23
+ "Magento\\ UrlRewriteGraphQl\\ " : " "
24
+ }
25
+ }
26
26
}
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ private function validateComposerJsonFile($path)
144
144
*/
145
145
private function assertCodingStyle ($ contents )
146
146
{
147
- $ this ->assertNotRegExp ('/" :\s*["{]/ ' , $ contents , 'Coding style: no space before colon. ' );
147
+ $ this ->assertNotRegExp ('/" :\s*["{]/ ' , $ contents , 'Coding style: there should be no space before colon. ' );
148
148
$ this ->assertNotRegExp ('/":["{]/ ' , $ contents , 'Coding style: a space is necessary after colon. ' );
149
149
}
150
150
You can’t perform that action at this time.
0 commit comments