RevisionStoreDbTestBase, remove redundant needsDB override
authoraddshore <addshorewiki@gmail.com>
Wed, 1 Aug 2018 21:09:41 +0000 (22:09 +0100)
committerAddshore <addshorewiki@gmail.com>
Fri, 17 Aug 2018 12:46:20 +0000 (12:46 +0000)
The Database group is used, so the default implementation
of needsDB will already return true.

Change-Id: I32f6a9713f4ef999debab56d4f63860f9e02f177

tests/phpunit/includes/Storage/RevisionStoreDbTestBase.php

index ad1e013..9793502 100644 (file)
@@ -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';