MediaWikiTestCase: Enforce children call parent::tearDown
[lhc/web/wiklou.git] / tests / phpunit / includes / objectcache / BagOStuffTest.php
index 160ddad..987b6e6 100644 (file)
@@ -23,9 +23,6 @@ class BagOStuffTest extends MediaWikiTestCase {
                $this->cache->delete( wfMemcKey( 'test' ) );
        }
 
-       protected function tearDown() {
-       }
-
        public function testMerge() {
                $key = wfMemcKey( 'test' );