jenkins-bot has submitted this change and it was merged.
Change subject: Remove double semicolon
......................................................................
Remove double semicolon
Change-Id: I96b6210d24ee110327feef01907d81630c9fb330
---
M tests/phpunit/includes/api/query/ApiQueryContinueTest.php
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Poke: Looks good to me, but someone else must approve
Aude: Looks good to me, approved
jenkins-bot: Verified
diff --git a/tests/phpunit/includes/api/query/ApiQueryContinueTest.php
b/tests/phpunit/includes/api/query/ApiQueryContinueTest.php
index 328d839..56130f1 100644
--- a/tests/phpunit/includes/api/query/ApiQueryContinueTest.php
+++ b/tests/phpunit/includes/api/query/ApiQueryContinueTest.php
@@ -148,7 +148,7 @@
};
// generator + 2 props
$data = $this->query( $mk( 99, 99, 99 ), 1, 'G2P', false ) +
- array( 'batchcomplete' => '' );;
+ array( 'batchcomplete' => '' );
$this->checkC( $data, $mk( 1, 1, 1 ), 16, 'G2P-111' );
$this->checkC( $data, $mk( 2, 2, 2 ), 9, 'G2P-222' );
$this->checkC( $data, $mk( 3, 3, 3 ), 6, 'G2P-333' );
--
To view, visit https://gerrit.wikimedia.org/r/170083
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I96b6210d24ee110327feef01907d81630c9fb330
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Umherirrender <[email protected]>
Gerrit-Reviewer: Aude <[email protected]>
Gerrit-Reviewer: Poke <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits