]> scripts.mit.edu Git - autoinstallsdev/mediawiki.git/blobdiff - tests/parser/README
MediaWiki 1.30.2
[autoinstallsdev/mediawiki.git] / tests / parser / README
diff --git a/tests/parser/README b/tests/parser/README
new file mode 100644 (file)
index 0000000..a62db5a
--- /dev/null
@@ -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"