php-swagger-test icon indicating copy to clipboard operation
php-swagger-test copied to clipboard

A set of tools for testing your REST calls based on the swagger documentation using PHPUnit

Results 18 php-swagger-test issues
Sort by recently updated
recently updated
newest added

Hi, I'm excited to have found this library as I've been thinking about building a PHP contract testing library for a while but this appears to share most of the...

Just to let you know that your library does not support `oneOf`, `anyOf`, `allOf` and `not` tags. More information: [https://swagger.io/docs/specification/data-models/oneof-anyof-allof-not/](https://swagger.io/docs/specification/data-models/oneof-anyof-allof-not/)

We cannot simply merge `allOf` schemas, because it can contain different fields (nested `allOf`s, `oneOf`s etc.) that may result in invalid schema after merging. It's safer and clearer to match...

Hi again, thank you for your package! I've modified the source to support few things we are currently using: 1. I'm unable to extend your class (Laravel TestCase) - I've...

Hi, thank you for the package! I I'm working on few fixes to support my openapi3 documentation and I noticed that I can't run successful tests (connection reset on 127.0.0.1)...

Currently only schema references are supported. I think we need to do a couple checks here as several swagger objects should be supported. My use-case for this is pretty simple....

I'm currently using a little [Laravel package](https://github.com/RouxtAccess/laravel-openapi-test) I made to make this more "trait" friendly as well as interact directly with Laravel's internal call methods etc. (I hope I haven't...