SwaggerAssertions
SwaggerAssertions copied to clipboard
Assert your API requests and responses match with your swagger definition
I think I found an issue with the way references are resolved by the SchemaManager::fromUri() method. If I use a call to SchemaManager::fromUri() to initialize the SchemaManager and then use...
Hi, A few weeks ago has been delivered the third major version of OpenAPI. Did you plan to upgrade SwaggerAssertions to be compatible with? Regards, Ben
see for example https://github.com/swagger-api/swagger-js/issues/116
See the failing test in https://github.com/Maks3w/SwaggerAssertions/pull/29 Because [`parse_str`](https://secure.php.net/manual/fr/function.parse-str.php) is used on the query string, all query parameters are considered to be strings. Is there currently a way to have a...
Running this under PHP 8.1 will give deprecation warnings, since 8.1 is now enforcing return type compatibility for internal classes ([source](https://www.php.net/manual/en/migration81.incompatible.php)): ``` [03-Nov-2023 20:09:50 UTC] PHP Fatal error: During inheritance...
I've been using this for a while with PHPUnit 11, so it works perfectly fine, and there are no issues with it to my knowledge. However, it creates a dependency...