chg: remove todo section

pull/80/head
Luciano Righetti 2022-01-19 16:13:37 +01:00
parent b1f63f190c
commit 01b4bc9bac
1 changed files with 0 additions and 5 deletions

View File

@ -121,8 +121,3 @@ The default OpenAPI spec path is set in `phpunit.xml` as a environment variablea
$ export XDEBUG_CONFIG="idekey=IDEKEY" $ export XDEBUG_CONFIG="idekey=IDEKEY"
$ phpunit $ phpunit
``` ```
## TODO
- [ ] Validate API requests against the OpenAPI spec
- [ ] Validate response content matches / implement _seeResponseContainsJson()_ or equivalent
- [ ] Parse OpenAPI spec only once per test run, currently re-loading in every _TestCase::setUp()_