Validate your PHP API tests against OpenAPI definitions – a Laravel example
2023-06-19 in PHPThis article demonstrates how to write integration tests that compare API responses to OpenAPI 3+ definitions in order to validate that the former conform to the latter.