-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Code generated for v4 Fixed Enums Added tests Fixed tests Added exception tests Fixed deserializing of ApiErrorResponse Generate form content-type changed to multipart Removed unused code Regenerated after spec changed Added snippets for doc Added scripts for snippests run Snippets fixed Fix script Code changed after addition operationId to spec *Request renames to *RequestWrapper Tests and snippets fixed Year and version updated * Rename env var in snippets Add snippets test to ci * File name fixed * README updated
- Loading branch information
1 parent
e7b0613
commit 77bb659
Showing
266 changed files
with
6,533 additions
and
28,371 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,4 @@ Configuration*.json | |
/.phpunit.cache | ||
/.phpunit.result.cache | ||
phpunit.log | ||
/snippets_test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,7 @@ lint: | |
.PHONY: test | ||
test: | ||
composer test | ||
./scripts/run_snippets.sh | ||
|
||
.PHONY: init | ||
init: | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.