hotmeteor / spectator

OpenAPI testing for PHP
MIT License
285 stars 53 forks source link

Give Http Code assertion more priority in response assertion #181

Closed bastien-phi closed 9 months ago

bastien-phi commented 9 months ago

Http code assertion has more priority than schema validation when given to assertValidResponse and assertInvalidResponse.

I also simplify the implementation using Laravel built-in assertion.

Fixes #121