From babb418439588b611f0e259438372523936e257e Mon Sep 17 00:00:00 2001 From: addshore Date: Wed, 1 Aug 2018 22:09:41 +0100 Subject: [PATCH] RevisionStoreDbTestBase, remove redundant needsDB override The Database group is used, so the default implementation of needsDB will already return true. Change-Id: I32f6a9713f4ef999debab56d4f63860f9e02f177 --- tests/phpunit/includes/Storage/RevisionStoreDbTestBase.php | 4 ---- 1 file changed, 4 deletions(-) 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'; -- 2.20.1