diff options
author | Tobias Sarnowski <tobias@trustedco.de> | 2012-04-16 18:35:35 +0000 |
---|---|---|
committer | Tobias Sarnowski <tobias@trustedco.de> | 2012-04-16 18:35:35 +0000 |
commit | 6ba4af4c03e1a9428cd40714927ffea93df92ad8 (patch) | |
tree | 59fbd4112cbcddcfc1d6bbcaa8387ef8553816c9 | |
parent | 3cba893f28b0f424d543562e241d178ccab0c229 (diff) | |
download | rpg-6ba4af4c03e1a9428cd40714927ffea93df92ad8.tar.gz rpg-6ba4af4c03e1a9428cd40714927ffea93df92ad8.tar.bz2 |
updated TODO section of testing readme
-rw-r--r-- | _testing/README | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/_testing/README b/_testing/README index 13d3d3d84..1a8eff739 100644 --- a/_testing/README +++ b/_testing/README @@ -60,8 +60,15 @@ the PHPUnit migration and are disabled by default: TODO for the test framework ----------------------------------------------------------------------------- - * plugin tests - * cross platform compatible: especially test windows (hint: tmp dir location) + * following use cases should be possible: + * dw core + * unit test [ok] + * integration test [ok] + * plugins + * unit test [untested] + * integration test [untested] + * cross platform compatibility: especially test windows (hint: tmp dir location) + * update http://www.dokuwiki.org/devel:unittesting * optional: add helper methods to TestRequest for easy form submission * createForm(), ... * optional: add helper methods to TestReponse for easy response parsing |