jenkins-bot has submitted this change and it was merged.

Change subject: Remove unused parameter in ItemMergeInteractorTest
......................................................................


Remove unused parameter in ItemMergeInteractorTest

Change-Id: Ic234a3409626f37bbcc1b09ce0135bc56c0b7148
---
M repo/tests/phpunit/includes/Interactors/ItemMergeInteractorTest.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Hoo man: Looks good to me, approved
  jenkins-bot: Verified



diff --git 
a/repo/tests/phpunit/includes/Interactors/ItemMergeInteractorTest.php 
b/repo/tests/phpunit/includes/Interactors/ItemMergeInteractorTest.php
index daf5ef7..50a0210 100644
--- a/repo/tests/phpunit/includes/Interactors/ItemMergeInteractorTest.php
+++ b/repo/tests/phpunit/includes/Interactors/ItemMergeInteractorTest.php
@@ -343,7 +343,7 @@
                ) );
 
                if ( method_exists( $this, 'getTestSysop' ) ) {
-                       $user = $this->getTestSysop( true )->getUser();
+                       $user = $this->getTestSysop()->getUser();
                } else {
                        $user = User::newFromName( 'UTSysop' );
                }

-- 
To view, visit https://gerrit.wikimedia.org/r/299765
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ic234a3409626f37bbcc1b09ce0135bc56c0b7148
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Thiemo Mättig (WMDE) <[email protected]>
Gerrit-Reviewer: Hoo man <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to