Add the required call to the parent setUp to DiffHistoryBlobTest::setUp()
authorPlatonides <platonides@gmail.com>
Thu, 6 Dec 2012 16:22:18 +0000 (17:22 +0100)
committerPlatonides <platonides@gmail.com>
Thu, 6 Dec 2012 16:22:18 +0000 (17:22 +0100)
Change-Id: I598064cc7690f8dcc2fc5ef7a5d7c75935566d26
DiffHistoryBlobTest::testMediaWikiTestCaseParentSetupCalled
 DiffHistoryBlobTest::setUp() must call parent::setUp()

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();
        }
 
        /**