mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-13 00:21:18 +00:00
* Update php client with petstore OpenAPI v2 spec bin/php-petstore.sh * Change order of arguments according to the changes that auto-generated codes * Fix 'FakeHttpClient not found' error It has occured when run the test case separately like below. "vendor/bin/phpunit tests/RequestTest.php" * Update assertion according to a change on spec * Update assertion