jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/349103 )

Change subject: Switch TestingAccessWrapper to librarized version
......................................................................


Switch TestingAccessWrapper to librarized version

Bug: T163434
Change-Id: Ia65e26c03fed80bc7d15253b4527a8854b61ca2e
Depends-On: I52cc257e593da3d6c3b01a909e554a950225aec8
---
M tests/phpunit/CollaborationHubContentHandlerTest.php
M tests/phpunit/CollaborationHubContentTest.php
M tests/phpunit/CollaborationHubTOCTest.php
M tests/phpunit/CollaborationKitImageTest.php
M tests/phpunit/CollaborationListContentHandlerTest.php
M tests/phpunit/CollaborationListContentTest.php
6 files changed, 12 insertions(+), 0 deletions(-)

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



diff --git a/tests/phpunit/CollaborationHubContentHandlerTest.php 
b/tests/phpunit/CollaborationHubContentHandlerTest.php
index 6ebce82..c3a93e1 100644
--- a/tests/phpunit/CollaborationHubContentHandlerTest.php
+++ b/tests/phpunit/CollaborationHubContentHandlerTest.php
@@ -1,5 +1,7 @@
 <?php
 
+use Wikimedia\TestingAccessWrapper;
+
 class CollaborationHubContentHandlerTest extends MediaWikiTestCase {
 
        /**
diff --git a/tests/phpunit/CollaborationHubContentTest.php 
b/tests/phpunit/CollaborationHubContentTest.php
index 9d83014..0529d5c 100644
--- a/tests/phpunit/CollaborationHubContentTest.php
+++ b/tests/phpunit/CollaborationHubContentTest.php
@@ -1,5 +1,7 @@
 <?php
 
+use Wikimedia\TestingAccessWrapper;
+
 class CollaborationHubContentTest extends MediaWikiTestCase {
 
        private $content;
diff --git a/tests/phpunit/CollaborationHubTOCTest.php 
b/tests/phpunit/CollaborationHubTOCTest.php
index 542df55..4751900 100644
--- a/tests/phpunit/CollaborationHubTOCTest.php
+++ b/tests/phpunit/CollaborationHubTOCTest.php
@@ -1,5 +1,7 @@
 <?php
 
+use Wikimedia\TestingAccessWrapper;
+
 class CollaborationHubTOCTest extends MediaWikiTestCase {
 
        /**
diff --git a/tests/phpunit/CollaborationKitImageTest.php 
b/tests/phpunit/CollaborationKitImageTest.php
index e46f3ce..0e60e10 100644
--- a/tests/phpunit/CollaborationKitImageTest.php
+++ b/tests/phpunit/CollaborationKitImageTest.php
@@ -1,5 +1,7 @@
 <?php
 
+use Wikimedia\TestingAccessWrapper;
+
 class CollaborationKitImageTest extends MediaWikiTestCase {
 
        private $str;
diff --git a/tests/phpunit/CollaborationListContentHandlerTest.php 
b/tests/phpunit/CollaborationListContentHandlerTest.php
index cab4b90..9c4c03b 100644
--- a/tests/phpunit/CollaborationListContentHandlerTest.php
+++ b/tests/phpunit/CollaborationListContentHandlerTest.php
@@ -1,5 +1,7 @@
 <?php
 
+use Wikimedia\TestingAccessWrapper;
+
 class CollaborationListContentHandlerTest extends MediaWikiTestCase {
 
        /**
diff --git a/tests/phpunit/CollaborationListContentTest.php 
b/tests/phpunit/CollaborationListContentTest.php
index bd2d89e..15c1aeb 100644
--- a/tests/phpunit/CollaborationListContentTest.php
+++ b/tests/phpunit/CollaborationListContentTest.php
@@ -1,5 +1,7 @@
 <?php
 
+use Wikimedia\TestingAccessWrapper;
+
 class CollaborationListContentTest extends MediaWikiTestCase {
 
        private $content;

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia65e26c03fed80bc7d15253b4527a8854b61ca2e
Gerrit-PatchSet: 4
Gerrit-Project: mediawiki/extensions/CollaborationKit
Gerrit-Branch: master
Gerrit-Owner: Gergő Tisza <gti...@wikimedia.org>
Gerrit-Reviewer: Gergő Tisza <gti...@wikimedia.org>
Gerrit-Reviewer: Harej <jamesmh...@gmail.com>
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