Skip to content

Commit 4b4702a

Browse files
committed
skip unsupported methods from php guzzle
skip unsupported methods from php guzzle
1 parent 593e570 commit 4b4702a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

codegens/php-guzzle/test/newman/newman.test.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ describe('PHP-Guzzle Converter', function () {
1414
indentType: 'Space',
1515
indentCount: 4,
1616
asyncType: 'sync',
17-
includeBoilerplate: true
17+
includeBoilerplate: true,
18+
skipCollections: ['unsupportedMethods']
1819
};
1920
runNewmanTest(convert, options, testConfig);
2021
});
@@ -28,7 +29,8 @@ describe('PHP-Guzzle Converter', function () {
2829
indentType: 'Space',
2930
indentCount: 4,
3031
asyncType: 'async',
31-
includeBoilerplate: true
32+
includeBoilerplate: true,
33+
skipCollections: ['unsupportedMethods']
3234
};
3335
runNewmanTest(convert, options, testConfig);
3436
});

0 commit comments

Comments
 (0)