Merge "Add the required call to the parent setUp to DiffHistoryBlobTest::setUp()"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Fri, 7 Dec 2012 17:49:41 +0000 (17:49 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Fri, 7 Dec 2012 17:49:41 +0000 (17:49 +0000)
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();
        }
 
        /**