We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 593e570 commit 4b4702aCopy full SHA for 4b4702a
codegens/php-guzzle/test/newman/newman.test.js
@@ -14,7 +14,8 @@ describe('PHP-Guzzle Converter', function () {
14
indentType: 'Space',
15
indentCount: 4,
16
asyncType: 'sync',
17
- includeBoilerplate: true
+ includeBoilerplate: true,
18
+ skipCollections: ['unsupportedMethods']
19
};
20
runNewmanTest(convert, options, testConfig);
21
});
@@ -28,7 +29,8 @@ describe('PHP-Guzzle Converter', function () {
28
29
30
31
asyncType: 'async',
32
33
34
35
36
0 commit comments