codeception-api-validator
codeception-api-validator copied to clipboard
Validate API Requests and Responses against Swagger / OpenAPI definitions
Results
2
codeception-api-validator issues
Sort by
recently updated
recently updated
newest added
Is there strict requirement to use "symfony/serializer": "^3.4" only? Will be it work with symfony 6?
Trying to test with your package fails with the following fatal error. ~~~ $ php vendor/bin/codecept run Fatal error: Uncaught ArgumentCountError: Too few arguments to function Codeception\Module\ApiValidator::_inject(), 1 passed and...