summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Sarnowski <sarnowski@cosmocode.de>2012-04-18 09:52:13 +0200
committerTobias Sarnowski <sarnowski@cosmocode.de>2012-04-18 09:52:13 +0200
commit7190b7cab1d8bc09f0e3b3106e596e70979f2c2c (patch)
tree139c9a46ef77535e8e9bf7cbe83de639f43995ca
parent8c20cba5ad82f4cc7b6f77f704132cd0af0b378c (diff)
downloadrpg-7190b7cab1d8bc09f0e3b3106e596e70979f2c2c.tar.gz
rpg-7190b7cab1d8bc09f0e3b3106e596e70979f2c2c.tar.bz2
updated TODO list
-rw-r--r--_testing/README11
1 files changed, 1 insertions, 10 deletions
diff --git a/_testing/README b/_testing/README
index 253fb249a..481f7906e 100644
--- a/_testing/README
+++ b/_testing/README
@@ -55,21 +55,12 @@ the PHPUnit migration and are disabled by default:
* inc/parser/parser_formatting
* inc/parser/xhtml_htmlphp (runkit)
* inc/parser/xhtml_links
- * testing/inttests_plugins (enabling/disabling of plugins is borked)
TODO for the test framework
-----------------------------------------------------------------------------
- * following use cases should be possible:
- * dw core
- * unit test [ok]
- * integration test [ok]
- * plugins
- * unit test [ok]
- * integration test [untested]
- * cross platform compatibility: especially test windows (hint: tmp dir location)
+ * test cross platform compatibility: especially test windows
* update http://www.dokuwiki.org/devel:unittesting
* optional: add helper methods to TestRequest for easy form submission
* createForm(), ...
-