From: Tim Starling Date: Mon, 12 Sep 2016 06:29:24 +0000 (+1000) Subject: Release notes for parser tests refactor X-Git-Tag: 1.31.0-rc.0~5654 X-Git-Url: http://git.cyclocoop.org/%22.%24image2.%22?a=commitdiff_plain;h=b6730b1ea3cd6bbc5366124c9fe1d53bb2bc6661;p=lhc%2Fweb%2Fwiklou.git Release notes for parser tests refactor Change-Id: Ic5cd1e368067024bd264ae991d04f61c58535cd1 --- diff --git a/RELEASE-NOTES-1.28 b/RELEASE-NOTES-1.28 index bd05309d6c..979da5cbfe 100644 --- a/RELEASE-NOTES-1.28 +++ b/RELEASE-NOTES-1.28 @@ -159,6 +159,11 @@ changes to languages because of Phabricator reports. * OOjs UI PHP widgets constructed with the `'infusable' => true` config option will no longer be automatically infused. You should call `OO.ui.infuse()` on them yourself from your JavaScript code. +* parserTests.php has moved to tests/parser/parserTests.php +* The command line options specific to parser tests have been removed from + phpunit.php: --regex and --keep-uploads. Instead of --regex, use --filter. + Instead of --keep-uploads, use the same option to parserTests.php, but you + must specify a directory with --upload-dir. == Compatibility ==