From: addshore Date: Wed, 1 Aug 2018 21:09:41 +0000 (+0100) Subject: RevisionStoreDbTestBase, remove redundant needsDB override X-Git-Tag: 1.34.0-rc.0~4012^2 X-Git-Url: http://git.cyclocoop.org/data/%7BGarradin/WEBSITE%7D?a=commitdiff_plain;h=babb418439588b611f0e259438372523936e257e;p=lhc%2Fweb%2Fwiklou.git RevisionStoreDbTestBase, remove redundant needsDB override The Database group is used, so the default implementation of needsDB will already return true. Change-Id: I32f6a9713f4ef999debab56d4f63860f9e02f177 --- diff --git a/tests/phpunit/includes/Storage/RevisionStoreDbTestBase.php b/tests/phpunit/includes/Storage/RevisionStoreDbTestBase.php index ad1e013fca..979350232a 100644 --- a/tests/phpunit/includes/Storage/RevisionStoreDbTestBase.php +++ b/tests/phpunit/includes/Storage/RevisionStoreDbTestBase.php @@ -64,10 +64,6 @@ abstract class RevisionStoreDbTestBase extends MediaWikiTestCase { */ abstract protected function getMcrTablesToReset(); - public function needsDB() { - return true; - } - public function setUp() { parent::setUp(); $this->tablesUsed[] = 'archive';