summaryrefslogtreecommitdiff
path: root/tests/parser/README
diff options
context:
space:
mode:
Diffstat (limited to 'tests/parser/README')
-rw-r--r--tests/parser/README8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/parser/README b/tests/parser/README
deleted file mode 100644
index 8b413376..00000000
--- a/tests/parser/README
+++ /dev/null
@@ -1,8 +0,0 @@
-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"