chg: remove todo section
parent
b1f63f190c
commit
01b4bc9bac
|
@ -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()_
|
|
Loading…
Reference in New Issue