README 359 B

12345678910111213
  1. Parser tests can be run either via PHPUnit or by using the standalone
  2. parserTests.php in this directory. The standalone version provides more
  3. options.
  4. To run parser tests via PHPUnit:
  5. $ cd tests/phpunit
  6. ./phpunit.php --testsuite parsertests
  7. You can optionally filter by title using --filter, e.g.
  8. ./phpunit.php --testsuite parsertests --filter="T6400"