diff --git a/tests/README.md b/tests/README.md index d5f4385..434f84a 100644 --- a/tests/README.md +++ b/tests/README.md @@ -121,8 +121,3 @@ The default OpenAPI spec path is set in `phpunit.xml` as a environment variablea $ export XDEBUG_CONFIG="idekey=IDEKEY" $ 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()_ \ No newline at end of file