jenkins-bot has submitted this change and it was merged. (
https://gerrit.wikimedia.org/r/401111 )
Change subject: Fix travis and tests caused by using CommentStore class in rc
......................................................................
Fix travis and tests caused by using CommentStore class in rc
Change-Id: Id84e1f5c5015203f5c827fba7f4a59716ab2ca66
---
M repo/tests/phpunit/includes/Store/Sql/SqlChangeStoreTest.php
1 file changed, 2 insertions(+), 1 deletion(-)
Approvals:
jenkins-bot: Verified
Thiemo Kreuz (WMDE): Looks good to me, approved
diff --git a/repo/tests/phpunit/includes/Store/Sql/SqlChangeStoreTest.php
b/repo/tests/phpunit/includes/Store/Sql/SqlChangeStoreTest.php
index 13021f3..9c2a9ec 100644
--- a/repo/tests/phpunit/includes/Store/Sql/SqlChangeStoreTest.php
+++ b/repo/tests/phpunit/includes/Store/Sql/SqlChangeStoreTest.php
@@ -44,7 +44,8 @@
'rc_cur_id' => 2354,
'rc_this_oldid' => 343,
'rc_last_oldid' => 897,
- 'rc_comment' => 'Fake data!'
+ 'rc_comment_text' => 'Fake data!',
+ 'rc_comment_data' => null
] );
$changeWithDataFromRC = $factory->newForEntity(
EntityChange::REMOVE, new ItemId( 'Q123' ) );
--
To view, visit https://gerrit.wikimedia.org/r/401111
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Id84e1f5c5015203f5c827fba7f4a59716ab2ca66
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Ladsgroup <[email protected]>
Gerrit-Reviewer: Anomie <[email protected]>
Gerrit-Reviewer: Ladsgroup <[email protected]>
Gerrit-Reviewer: Thiemo Kreuz (WMDE) <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits