repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tests: mock parser tests file access
[mediawiki.git]
/
tests
/
parser
/
README
blob
8b41337606dd25e439ce5ac6b24c3c943d97907a
1
Parser tests are run using our PHPUnit test suite in tests/phpunit:
2
3
$ cd tests/phpunit
4
./phpunit.php --group Parser
5
6
You can optionally filter by title using --regex. I.e. :
7
8
./phpunit.php --group Parser --regex="Bug 6200"