From: Antoine Musso Date: Mon, 9 Jan 2012 12:47:21 +0000 (+0000) Subject: tip to run parser tests X-Git-Tag: 1.31.0-rc.0~25403 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=bd7038e3c1d6141584fcc4a882a61eaec9b97030;p=lhc%2Fweb%2Fwiklou.git tip to run parser tests Follow r108358 --- 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"