objectcache: Add tests for ReplicatedBagOStuff
authorTimo Tijhof <krinklemail@gmail.com>
Wed, 24 Jun 2015 19:08:22 +0000 (20:08 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Wed, 24 Jun 2015 19:17:18 +0000 (20:17 +0100)
commit0d98e9f2fb4aade817ff4e7383434f7582966a46
treeee2458387296aa2213f65db2eee6eb11d0b8bffd
parentf35414fc7f6058390193b813eea86d407308cc82
objectcache: Add tests for ReplicatedBagOStuff

Fixed PHP runtime warnings:
> Declaration of ReplicatedBagOStuff::getMulti() should be compatible with BagOStuff.
> Declaration of ReplicatedBagOStuff::decr() should be compatible with BagOStuff.

Change-Id: Icf1a0bf2c30408c4a5bef2de0b69ae2162b234d5
includes/libs/objectcache/ReplicatedBagOStuff.php
tests/phpunit/includes/objectcache/ReplicatedBagOStuffTest.php [new file with mode: 0644]