objectcache: Move unit tests for HashBagOStuff to its own suite
authorTimo Tijhof <krinklemail@gmail.com>
Tue, 3 Nov 2015 05:28:18 +0000 (05:28 +0000)
committerTimo Tijhof <krinklemail@gmail.com>
Tue, 3 Nov 2015 05:37:28 +0000 (05:37 +0000)
commitc7fc73286d39a2ca848ee00a588fbccd23a850d3
tree55a92b04d92eb97034bd89a6d4bf2b46d14029b8
parent72cf7cf44884b0e8307f113475175b591f921c4d
objectcache: Move unit tests for HashBagOStuff to its own suite

Follows-up 7cddc22.

Also use PHPUnit_Framework_TestCase as parent instead of MediaWikiTestCase
in preparation for library extraction.

Change-Id: I0e68e56ecf8376b52a59c33ba6dd18b671bdcfc9
tests/phpunit/includes/libs/objectcache/BagOStuffTest.php
tests/phpunit/includes/libs/objectcache/HashBagOStuffTest.php [new file with mode: 0644]