summaryrefslogtreecommitdiff
path: root/_testing/README
diff options
context:
space:
mode:
authorTobias Sarnowski <sarnowski@cosmocode.de>2012-04-17 17:27:27 +0200
committerTobias Sarnowski <sarnowski@cosmocode.de>2012-04-17 17:27:27 +0200
commitf9b8008a4ccae56009894e4052dba80752d562bc (patch)
tree453331a525fc3e09c30ca3e52d85959306fe41bc /_testing/README
parente048653b52aad13b5964e1626192ffee2211870b (diff)
downloadrpg-f9b8008a4ccae56009894e4052dba80752d562bc.tar.gz
rpg-f9b8008a4ccae56009894e4052dba80752d562bc.tar.bz2
BROKEN added enable/disable feature for plugins
Diffstat (limited to '_testing/README')
-rw-r--r--_testing/README7
1 files changed, 2 insertions, 5 deletions
diff --git a/_testing/README b/_testing/README
index 32f2a93b5..253fb249a 100644
--- a/_testing/README
+++ b/_testing/README
@@ -55,6 +55,7 @@ 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
@@ -65,14 +66,10 @@ TODO for the test framework
* unit test [ok]
* integration test [ok]
* plugins
- * unit test
+ * unit test [ok]
* integration test [untested]
- * provide the possibility to enable/disable plugins
- * cleanup dw globals like registered event hooks
* 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
- * findElementById, findElementByXPath, ...