tip to run parser tests
authorAntoine Musso <hashar@users.mediawiki.org>
Mon, 9 Jan 2012 12:47:21 +0000 (12:47 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Mon, 9 Jan 2012 12:47:21 +0000 (12:47 +0000)
Follow r108358

tests/parser/README [new file with mode: 0644]

diff --git a/tests/parser/README b/tests/parser/README
new file mode 100644 (file)
index 0000000..8b41337
--- /dev/null
@@ -0,0 +1,8 @@
+Parser tests are run using our PHPUnit test suite in tests/phpunit:
+
+ $ cd tests/phpunit
+ ./phpunit.php --group Parser
+
+You can optionally filter by title using --regex. I.e. :
+
+ ./phpunit.php --group Parser --regex="Bug 6200"