summaryrefslogtreecommitdiff
path: root/www/wiki/tests/parser/README
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/tests/parser/README')
-rw-r--r--www/wiki/tests/parser/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/www/wiki/tests/parser/README b/www/wiki/tests/parser/README
new file mode 100644
index 00000000..a62db5ac
--- /dev/null
+++ b/www/wiki/tests/parser/README
@@ -0,0 +1,12 @@
+Parser tests can be run either via PHPUnit or by using the standalone
+parserTests.php in this directory. The standalone version provides more
+options.
+
+To run parser tests via PHPUnit:
+
+ $ cd tests/phpunit
+ ./phpunit.php --testsuite parsertests
+
+You can optionally filter by title using --filter, e.g.
+
+ ./phpunit.php --testsuite parsertests --filter="T6400"