Add the required call to the parent setUp to DiffHistoryBlobTest::setUp()
[lhc/web/wiklou.git] / tests / phpunit / includes / DiffHistoryBlobTest.php
index d46e683..361b412 100644 (file)
@@ -14,6 +14,7 @@ class DiffHistoryBlobTest extends MediaWikiTestCase {
                        $this->markTestSkipped( 'Neither the hash nor mhash extension is available' );
                        return;
                }
+               parent::setUp();
        }
 
        /**