From 01b4bc9bac7d0804ef26e526e92fa8f9bcfc59ab Mon Sep 17 00:00:00 2001 From: Luciano Righetti Date: Wed, 19 Jan 2022 16:13:37 +0100 Subject: [PATCH] chg: remove todo section --- tests/README.md | 5 ----- 1 file changed, 5 deletions(-) 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