jenkins-bot has submitted this change and it was merged.

Change subject: Remove unneeded setupComplete stuff from api base
......................................................................


Remove unneeded setupComplete stuff from api base

Change-Id: I8a3969f033ff735216600caf9a25a5375111cf24
---
M repo/tests/phpunit/includes/api/ModifyEntityTestBase.php
1 file changed, 0 insertions(+), 7 deletions(-)

Approvals:
  Tobias Gritschacher: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/repo/tests/phpunit/includes/api/ModifyEntityTestBase.php 
b/repo/tests/phpunit/includes/api/ModifyEntityTestBase.php
index cd5622c..f31b7ce 100644
--- a/repo/tests/phpunit/includes/api/ModifyEntityTestBase.php
+++ b/repo/tests/phpunit/includes/api/ModifyEntityTestBase.php
@@ -61,12 +61,6 @@
        protected static $loginUser = null;
        protected static $token = null;
 
-       protected $setUpComplete = false;
-
-       protected function isSetUp() {
-               return $this->setUpComplete;
-       }
-
        public function setUp() {
                global $wgUser;
                parent::setUp();
@@ -98,7 +92,6 @@
                self::$token = false;
 
                self::initEntities();
-               $this->setUpComplete = true;
        }
 
        /**

-- 
To view, visit https://gerrit.wikimedia.org/r/77897
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I8a3969f033ff735216600caf9a25a5375111cf24
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Addshore <addshorew...@gmail.com>
Gerrit-Reviewer: Tobias Gritschacher <tobias.gritschac...@wikimedia.de>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to