summaryrefslogtreecommitdiff
path: root/_testing/README
diff options
context:
space:
mode:
Diffstat (limited to '_testing/README')
-rw-r--r--_testing/README33
1 files changed, 33 insertions, 0 deletions
diff --git a/_testing/README b/_testing/README
new file mode 100644
index 000000000..b50a8ddcb
--- /dev/null
+++ b/_testing/README
@@ -0,0 +1,33 @@
+====== DokuWiki test suite ======
+
+
+===== Unit Tests =====
+
+==== Requirements ====
+ * PHP Unit 3.7
+
+Installation:
+The easiest way to install phpunit is via pear:
+ pear config-set auto_discover 1
+ pear upgrade
+ pear install pear.phpunit.de/PHPUnit
+
+==== Run unit tests ====
+ > cd _testing/
+ > phpunit
+
+==== Bad tests ====
+Bad tests are tests that do not run out of the box.
+
+ * inc/DifferenceEngine (removed FS#2161, FS#2223)
+ * inc/html_hilight (runkit)
+ * inc/indexer_idx_indexlengths
+ * inc/mail_send
+ * inc/pageutils_resolve_pageid
+ * inc/parser/parser_formatting
+ * inc/parser/xhtml_htmlphp
+ * inc/parser/xhtml_links
+
+
+==== TODO ====
+ * integration tests (+plugins) \ No newline at end of file