MusikAnimal has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/371507 )
Change subject: Duplicate new table from core, patch 349457 ...................................................................... Duplicate new table from core, patch 349457 https://gerrit.wikimedia.org/r/#/c/349457/ Change-Id: I48f0b64f19f9582b40540fa1b42a39d281979625 --- M tests/phpunit/DiscussionParserTest.php 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Echo refs/changes/07/371507/1 diff --git a/tests/phpunit/DiscussionParserTest.php b/tests/phpunit/DiscussionParserTest.php index aaf51db..07122a5 100644 --- a/tests/phpunit/DiscussionParserTest.php +++ b/tests/phpunit/DiscussionParserTest.php @@ -11,7 +11,7 @@ /** * @var array */ - protected $tablesUsed = [ 'user', 'revision', 'text', 'page' ]; + protected $tablesUsed = [ 'user', 'revision', 'ip_changes', 'text', 'page' ]; /** * Convenience users for use in these tests. @@ -819,7 +819,7 @@ 'content' => <<<TEXT == Headline 1 == -مرحبا كيف حالك +مرحبا كيف حالك === Headline 2 === انا بخير شكرا TEXT -- To view, visit https://gerrit.wikimedia.org/r/371507 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I48f0b64f19f9582b40540fa1b42a39d281979625 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Echo Gerrit-Branch: master Gerrit-Owner: MusikAnimal <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
