File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
dev/tests/api-functional/testsuite/Magento/GraphQl Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public function testIntrospectionQuery()
37
37
}
38
38
}
39
39
}
40
-
40
+
41
41
fragment TypeRef on __Type {
42
42
kind
43
43
name
@@ -82,7 +82,7 @@ public function testIntrospectionQueryWithOnlySchema()
82
82
}
83
83
}
84
84
}
85
-
85
+
86
86
fragment TypeRef on __Type {
87
87
kind
88
88
name
@@ -121,7 +121,7 @@ public function testIntrospectionQueryWithOnlySchema()
121
121
}
122
122
}
123
123
}
124
-
124
+
125
125
fragment TypeRef on __Type {
126
126
kind
127
127
name
@@ -167,7 +167,7 @@ public function testIntrospectionQueryWithOnlyType()
167
167
deprecationReason
168
168
}
169
169
}
170
- }
170
+ }
171
171
QUERY ;
172
172
$ this ->assertArrayHasKey ('__type ' , $ this ->graphQlQuery ($ query ));
173
173
$ response = $ this ->graphQlQuery ($ query );
@@ -207,7 +207,7 @@ enumValues(includeDeprecated: true) {
207
207
deprecationReason
208
208
}
209
209
}
210
-
210
+
211
211
QUERY ;
212
212
$ response = $ this ->graphQlQuery ($ query );
213
213
$ this ->assertArrayHasKey ('__schema ' , $ response );
You can’t perform that action at this time.
0 commit comments