phpunit: Replace APC with HashBagOStuff during a test
authorTimo Tijhof <krinklemail@gmail.com>
Thu, 24 Sep 2015 12:23:15 +0000 (13:23 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Thu, 24 Sep 2015 12:24:53 +0000 (13:24 +0100)
commit0d9a48a4c386529e2f249d5948181725d7f373e3
tree6c13806ba6f498c00d10ada5738d50695e177268
parentf71203752877cb22e8fbb418b81d18b88f003883
phpunit: Replace APC with HashBagOStuff during a test

* Ensures values don't survive the unit test run.
* Ensures a clean state for each test.

Change-Id: I94e1ac14096fb4c4071fe9960d9465e60f27a89d
tests/phpunit/MediaWikiTestCase.php