Hoo man has uploaded a new change for review.
https://gerrit.wikimedia.org/r/72106
Change subject: Fix lib UpdateRepoOnMoveJobTest to run on clients
......................................................................
Fix lib UpdateRepoOnMoveJobTest to run on clients
Change-Id: Ic52d5bfc13ee25aeb64b4845ddb856e438bc0564
---
M lib/tests/phpunit/UpdateRepoOnMoveJobTest.php
1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase
refs/changes/06/72106/1
diff --git a/lib/tests/phpunit/UpdateRepoOnMoveJobTest.php
b/lib/tests/phpunit/UpdateRepoOnMoveJobTest.php
index 352a742..e818a16 100644
--- a/lib/tests/phpunit/UpdateRepoOnMoveJobTest.php
+++ b/lib/tests/phpunit/UpdateRepoOnMoveJobTest.php
@@ -82,6 +82,9 @@
* @group WikibaseRepoTest
*/
public function testGetSummary() {
+ if ( !defined( 'WB_VERSION' ) ) {
+ $this->markTestSkipped( 'Wikibase\Summary is only
available on repo' );
+ }
$moveData = $this->getSampleData();
$job = $this->getNewFromMove( $moveData );
--
To view, visit https://gerrit.wikimedia.org/r/72106
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic52d5bfc13ee25aeb64b4845ddb856e438bc0564
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Hoo man <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits