File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
dev/tests/integration/testsuite/Magento/Framework/GraphQl/Config Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -185,8 +185,8 @@ enumValues(includeDeprecated: true) {
185
185
$ request ->setHeaders ($ headers );
186
186
$ response = $ this ->graphQlController ->dispatch ($ request );
187
187
$ output = $ this ->jsonSerializer ->unserialize ($ response ->getContent ());
188
- $ expectationFile = __DIR__ . ' /../_files/schema_response_sdl_description.php ' ;
189
- $ expectedOutput = require $ expectationFile ;
188
+ //phpcs:ignore Magento2.Security.IncludeFile.FoundIncludeFile
189
+ $ expectedOutput = require __DIR__ . ' /../_files/schema_response_sdl_description.php ' ;
190
190
191
191
$ schemaResponseFields = $ output ['data ' ]['__schema ' ]['types ' ];
192
192
$ schemaResponseFieldsFirstHalf = array_slice ($ schemaResponseFields , 0 , 25 );
You can’t perform that action at this time.
0 commit comments