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

Change subject: Move MultiWriteBagOStuff to /libs
......................................................................


Move MultiWriteBagOStuff to /libs

Also moved related tests files to /libs.

Change-Id: I806eeaa30205733d497adde933baf0c4157f7aae
---
M autoload.php
R includes/libs/objectcache/MultiWriteBagOStuff.php
R tests/phpunit/includes/libs/objectcache/BagOStuffTest.php
R tests/phpunit/includes/libs/objectcache/MultiWriteBagOStuffTest.php
R tests/phpunit/includes/libs/objectcache/ReplicatedBagOStuffTest.php
R tests/phpunit/includes/libs/objectcache/WANObjectCacheTest.php
6 files changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/autoload.php b/autoload.php
index 8720f33..b32824d 100644
--- a/autoload.php
+++ b/autoload.php
@@ -816,7 +816,7 @@
        'MssqlUpdater' => __DIR__ . '/includes/installer/MssqlUpdater.php',
        'MultiConfig' => __DIR__ . '/includes/config/MultiConfig.php',
        'MultiHttpClient' => __DIR__ . '/includes/libs/MultiHttpClient.php',
-       'MultiWriteBagOStuff' => __DIR__ . 
'/includes/objectcache/MultiWriteBagOStuff.php',
+       'MultiWriteBagOStuff' => __DIR__ . 
'/includes/libs/objectcache/MultiWriteBagOStuff.php',
        'MutableConfig' => __DIR__ . '/includes/config/MutableConfig.php',
        'MutableContext' => __DIR__ . '/includes/context/MutableContext.php',
        'MwSql' => __DIR__ . '/maintenance/sql.php',
diff --git a/includes/objectcache/MultiWriteBagOStuff.php 
b/includes/libs/objectcache/MultiWriteBagOStuff.php
similarity index 100%
rename from includes/objectcache/MultiWriteBagOStuff.php
rename to includes/libs/objectcache/MultiWriteBagOStuff.php
diff --git a/tests/phpunit/includes/objectcache/BagOStuffTest.php 
b/tests/phpunit/includes/libs/objectcache/BagOStuffTest.php
similarity index 100%
rename from tests/phpunit/includes/objectcache/BagOStuffTest.php
rename to tests/phpunit/includes/libs/objectcache/BagOStuffTest.php
diff --git a/tests/phpunit/includes/objectcache/MultiWriteBagOStuffTest.php 
b/tests/phpunit/includes/libs/objectcache/MultiWriteBagOStuffTest.php
similarity index 100%
rename from tests/phpunit/includes/objectcache/MultiWriteBagOStuffTest.php
rename to tests/phpunit/includes/libs/objectcache/MultiWriteBagOStuffTest.php
diff --git a/tests/phpunit/includes/objectcache/ReplicatedBagOStuffTest.php 
b/tests/phpunit/includes/libs/objectcache/ReplicatedBagOStuffTest.php
similarity index 100%
rename from tests/phpunit/includes/objectcache/ReplicatedBagOStuffTest.php
rename to tests/phpunit/includes/libs/objectcache/ReplicatedBagOStuffTest.php
diff --git a/tests/phpunit/includes/objectcache/WANObjectCacheTest.php 
b/tests/phpunit/includes/libs/objectcache/WANObjectCacheTest.php
similarity index 100%
rename from tests/phpunit/includes/objectcache/WANObjectCacheTest.php
rename to tests/phpunit/includes/libs/objectcache/WANObjectCacheTest.php

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I806eeaa30205733d497adde933baf0c4157f7aae
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to