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

I think the referencing to components in external JSON files is missing in this list, like described in "[4.7.23 Reference Object](http://spec.openapis.org/oas/v3.0.3#reference-object)" of the specification. Or did I miss something and...

It would be awesome if these tools were provided as traits rather than a class to extend. We have an existing extended TestCase, so I can't use this out of...

Hi, I just made a pull request (#48) that should solve an issue matching response bodies like this: ``` response: '401': $ref: '#/components/responses/Unauthorized' ``` This is because the 'content' tag...

This is a very basic unit test of the `AbstractRequesterClass`. I've been experimenting with the handling of query parameters (see master branch here for a work in progress snapshot) and...

Could not able to implement this in php. Kindly provide us the implementation process.

help wanted
question

OpenAPI 3.0 supports syntax like this: ``` "category": { "oneOf": [ { "$ref": "#/components/schemas/Category" } ], "nullable": true }, ``` But tests ignors this "nullable" flag.