From bd7038e3c1d6141584fcc4a882a61eaec9b97030 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Mon, 9 Jan 2012 12:47:21 +0000 Subject: [PATCH] tip to run parser tests Follow r108358 --- tests/parser/README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/parser/README diff --git a/tests/parser/README b/tests/parser/README new file mode 100644 index 0000000000..8b41337606 --- /dev/null +++ b/tests/parser/README @@ -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" -- 2.20.1