diff options
author | James D. Forrester <jforrester@wikimedia.org> | 2017-02-20 15:45:58 -0800 |
---|---|---|
committer | Jforrester <jforrester@wikimedia.org> | 2017-02-21 02:14:34 +0000 |
commit | 1e9c361960587b889911f6239026f6358c880845 (patch) | |
tree | 8babcd1ecbbcd4363b1b2796bd0e99d6fdfbe1be /tests/parser/README | |
parent | d3a9f574c36c8ffcd44eb4620317a582cafa44a5 (diff) | |
download | mediawikicore-1e9c361960587b889911f6239026f6358c880845.tar.gz mediawikicore-1e9c361960587b889911f6239026f6358c880845.zip |
tests: Replace implicit Bugzilla bug numbers with Phab ones
It's unreasonable to expect newbies to know that "bug 12345" means "Task T14345"
except where it doesn't, so let's just standardise on the real numbers.
Change-Id: I46261416f7603558dceb76ebe695a5cac274e417
Diffstat (limited to 'tests/parser/README')
-rw-r--r-- | tests/parser/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/parser/README b/tests/parser/README index f1a82ee6458e..a62db5ac010b 100644 --- a/tests/parser/README +++ b/tests/parser/README @@ -9,4 +9,4 @@ To run parser tests via PHPUnit: You can optionally filter by title using --filter, e.g. - ./phpunit.php --testsuite parsertests --filter="Bug 6200" + ./phpunit.php --testsuite parsertests --filter="T6400" |