From b6730b1ea3cd6bbc5366124c9fe1d53bb2bc6661 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Mon, 12 Sep 2016 16:29:24 +1000 Subject: [PATCH] Release notes for parser tests refactor Change-Id: Ic5cd1e368067024bd264ae991d04f61c58535cd1 --- RELEASE-NOTES-1.28 | 5 +++++ 1 file changed, 5 insertions(+) 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 == -- 2.20.1