MediaWikiTestCase: Enforce children call parent::tearDown
authorMarius Hoch <hoo@online.de>
Sun, 14 Sep 2014 19:07:14 +0000 (21:07 +0200)
committerMarius Hoch <hoo@online.de>
Sun, 14 Sep 2014 19:21:40 +0000 (21:21 +0200)
commit3cbaac08cd978fa324d719139ed306880f49304c
treecf1ff917775de1dcf103ce2e67cbbe08b7b3da27
parent98f6ef4c226f6b3fe150e633ac81eca1f2cbf71a
MediaWikiTestCase: Enforce children call parent::tearDown

Can't be implemented as a test case because that's not being
run before MediaWikiTestCase::tearDown.
Also there's no parent destructor, so no need to call one.

Also fixed BagOStuffTest.

Change-Id: Ifd8659b6c8a748c6716099f8822e2c50ab51bda7
tests/phpunit/MediaWikiTestCase.php
tests/phpunit/includes/objectcache/BagOStuffTest.php