Release notes for parser tests refactor
authorTim Starling <tstarling@wikimedia.org>
Mon, 12 Sep 2016 06:29:24 +0000 (16:29 +1000)
committerTim Starling <tstarling@wikimedia.org>
Mon, 12 Sep 2016 06:29:24 +0000 (16:29 +1000)
Change-Id: Ic5cd1e368067024bd264ae991d04f61c58535cd1

RELEASE-NOTES-1.28

index bd05309..979da5c 100644 (file)
@@ -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 ==