Index: trunk/phase3/tests/parser/README |
— | — | @@ -0,0 +1,8 @@ |
| 2 | +Parser tests are run using our PHPUnit test suite in tests/phpunit: |
| 3 | + |
| 4 | + $ cd tests/phpunit |
| 5 | + ./phpunit.php --group Parser |
| 6 | + |
| 7 | +You can optionally filter by title using --regex. I.e. : |
| 8 | + |
| 9 | + ./phpunit.php --group Parser --regex="Bug 6200" |