From: Platonides Date: Thu, 6 Dec 2012 16:22:18 +0000 (+0100) Subject: Add the required call to the parent setUp to DiffHistoryBlobTest::setUp() X-Git-Tag: 1.31.0-rc.0~21394^2 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=bd5fff091c1aabceefaa2c46fb467dacc73c37ed;p=lhc%2Fweb%2Fwiklou.git Add the required call to the parent setUp to DiffHistoryBlobTest::setUp() Change-Id: I598064cc7690f8dcc2fc5ef7a5d7c75935566d26 DiffHistoryBlobTest::testMediaWikiTestCaseParentSetupCalled DiffHistoryBlobTest::setUp() must call parent::setUp() --- diff --git a/tests/phpunit/includes/DiffHistoryBlobTest.php b/tests/phpunit/includes/DiffHistoryBlobTest.php index d46e683e1a..361b4124d8 100644 --- a/tests/phpunit/includes/DiffHistoryBlobTest.php +++ b/tests/phpunit/includes/DiffHistoryBlobTest.php @@ -14,6 +14,7 @@ class DiffHistoryBlobTest extends MediaWikiTestCase { $this->markTestSkipped( 'Neither the hash nor mhash extension is available' ); return; } + parent::setUp(); } /**