summaryrefslogtreecommitdiff
path: root/_testing/README
diff options
context:
space:
mode:
Diffstat (limited to '_testing/README')
-rw-r--r--_testing/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/_testing/README b/_testing/README
new file mode 100644
index 000000000..02f00fd5d
--- /dev/null
+++ b/_testing/README
@@ -0,0 +1,15 @@
+====== 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 install pear.phpunit.de/PHPUnit
+
+==== Run unit tests ====
+ phpunit -c _testing/unittest.xml \ No newline at end of file