Move MultiWriteBagOStuff to /libs
authorAaron Schulz <aschulz@wikimedia.org>
Sat, 24 Oct 2015 07:48:40 +0000 (00:48 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Sat, 24 Oct 2015 19:15:26 +0000 (12:15 -0700)
commitcce813a9227e67ccba714c3968395eb1ad7ae491
treede966c198e2c655336e4b381e00e1760a4298253
parentdfe2ac5d3eb1213210806896ae123ce947646754
Move MultiWriteBagOStuff to /libs

Also moved related tests files to /libs.

Change-Id: I806eeaa30205733d497adde933baf0c4157f7aae
autoload.php
includes/libs/objectcache/MultiWriteBagOStuff.php [new file with mode: 0644]
includes/objectcache/MultiWriteBagOStuff.php [deleted file]
tests/phpunit/includes/libs/objectcache/BagOStuffTest.php [new file with mode: 0644]
tests/phpunit/includes/libs/objectcache/MultiWriteBagOStuffTest.php [new file with mode: 0644]
tests/phpunit/includes/libs/objectcache/ReplicatedBagOStuffTest.php [new file with mode: 0644]
tests/phpunit/includes/libs/objectcache/WANObjectCacheTest.php [new file with mode: 0644]
tests/phpunit/includes/objectcache/BagOStuffTest.php [deleted file]
tests/phpunit/includes/objectcache/MultiWriteBagOStuffTest.php [deleted file]
tests/phpunit/includes/objectcache/ReplicatedBagOStuffTest.php [deleted file]
tests/phpunit/includes/objectcache/WANObjectCacheTest.php [deleted file]