X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fphpunit%2Fincludes%2Fapi%2FApiQueryWatchlistIntegrationTest.php;h=fdbededee4cb131e9e5b37f802336b6ff55f602b;hb=802c199d0bd80ff0f4d730c61fd58cbf08a52d8d;hp=4f4453fd1b398c1d29eb435dfe762d5af43ead32;hpb=d00939f76d573ef1c57bdc0f80fe73f731fd390b;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/api/ApiQueryWatchlistIntegrationTest.php b/tests/phpunit/includes/api/ApiQueryWatchlistIntegrationTest.php index 4f4453fd1b..fdbededee4 100644 --- a/tests/phpunit/includes/api/ApiQueryWatchlistIntegrationTest.php +++ b/tests/phpunit/includes/api/ApiQueryWatchlistIntegrationTest.php @@ -1074,6 +1074,8 @@ class ApiQueryWatchlistIntegrationTest extends ApiTestCase { 'rc_user' => 0, 'rc_user_text' => 'External User', 'rc_comment' => '', + 'rc_comment_text' => '', + 'rc_comment_data' => null, 'rc_this_oldid' => $title->getLatestRevID(), 'rc_last_oldid' => $title->getLatestRevID(), 'rc_bot' => 0,