Thiemo Mättig (WMDE) has submitted this change and it was merged.

Change subject: Fix tests due to namespace change of WikibaseApiTestCase
......................................................................


Fix tests due to namespace change of WikibaseApiTestCase

Change-Id: I71d132de8fa4c351c9d78daff286c4a99fde4617
---
M tests/phpunit/Api/GetViolationMessagesTest.php
M tests/phpunit/Api/GetViolationTypesTest.php
M tests/phpunit/Api/ModifyViolationTest.php
3 files changed, 3 insertions(+), 3 deletions(-)

Approvals:
  Thiemo Mättig (WMDE): Verified; Looks good to me, approved



diff --git a/tests/phpunit/Api/GetViolationMessagesTest.php 
b/tests/phpunit/Api/GetViolationMessagesTest.php
index 2024e65..0aa382e 100755
--- a/tests/phpunit/Api/GetViolationMessagesTest.php
+++ b/tests/phpunit/Api/GetViolationMessagesTest.php
@@ -2,7 +2,7 @@
 
 namespace WikibaseQuality\Tests\Api;
 
-use Wikibase\Test\Api\WikibaseApiTestCase;
+use Wikibase\Test\Repo\Api\WikibaseApiTestCase;
 use WikibaseQuality\Violations\SqlViolationRepo;
 
 
diff --git a/tests/phpunit/Api/GetViolationTypesTest.php 
b/tests/phpunit/Api/GetViolationTypesTest.php
index 79ebcf5..771d08e 100644
--- a/tests/phpunit/Api/GetViolationTypesTest.php
+++ b/tests/phpunit/Api/GetViolationTypesTest.php
@@ -2,7 +2,7 @@
 
 namespace WikibaseQuality\Tests\Api;
 
-use Wikibase\Test\Api\WikibaseApiTestCase;
+use Wikibase\Test\Repo\Api\WikibaseApiTestCase;
 
 
 /**
diff --git a/tests/phpunit/Api/ModifyViolationTest.php 
b/tests/phpunit/Api/ModifyViolationTest.php
index 91ebbec..31d4435 100755
--- a/tests/phpunit/Api/ModifyViolationTest.php
+++ b/tests/phpunit/Api/ModifyViolationTest.php
@@ -3,7 +3,7 @@
 namespace WikibaseQuality\Tests\Api;
 
 use TestUser;
-use Wikibase\Test\Api\WikibaseApiTestCase;
+use Wikibase\Test\Repo\Api\WikibaseApiTestCase;
 use WikibaseQuality\Violations\SqlViolationRepo;
 
 /**

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I71d132de8fa4c351c9d78daff286c4a99fde4617
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikibaseQuality
Gerrit-Branch: master
Gerrit-Owner: Addshore <addshorew...@gmail.com>
Gerrit-Reviewer: Siebrand <siebr...@kitano.nl>
Gerrit-Reviewer: Thiemo Mättig (WMDE) <thiemo.maet...@wikimedia.de>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to