X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fmaintenance%2FDumpTestCase.php;h=7647915ab9b0c352f536071203c5e6397fd42b0f;hb=896e019e6fb45e10831f2a44842f75b0dba5319c;hp=26c9b92dbc34fbe7ee5e5ba13ff382f2b184eba8;hpb=b9789f9c562aecf08c1080430d6b85be06d4ae90;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/maintenance/DumpTestCase.php b/tests/phpunit/maintenance/DumpTestCase.php index 26c9b92dbc..7647915ab9 100644 --- a/tests/phpunit/maintenance/DumpTestCase.php +++ b/tests/phpunit/maintenance/DumpTestCase.php @@ -68,7 +68,7 @@ abstract class DumpTestCase extends MediaWikiLangTestCase { ) { $status = $page->doEditContent( ContentHandler::makeContent( $text, $page->getTitle(), $model ), - $summary + $summary, 0, false, $this->getTestUser()->getUser() ); if ( $status->isGood() ) {