Ladsgroup has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/334717 )

Change subject: Add user to the database
......................................................................

Add user to the database

Based on changes made in I93c955dc7a970f78e32aa503c01c67da30971d1a

Bug: T156526
Change-Id: Ib409db21f44cfd1c4a84345a6379bdcb595ed953
---
M tests/phpunit/BetaFeaturesTestCase.php
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/BetaFeatures 
refs/changes/17/334717/1

diff --git a/tests/phpunit/BetaFeaturesTestCase.php 
b/tests/phpunit/BetaFeaturesTestCase.php
index 9598649..2f280c9 100644
--- a/tests/phpunit/BetaFeaturesTestCase.php
+++ b/tests/phpunit/BetaFeaturesTestCase.php
@@ -36,6 +36,7 @@
                $this->setMwGlobals( array( 'wgHooks' => $newHooks ) );
 
                $this->user = new User;
+               $this->user->addToDatabase();
                $this->user->addGroup( 'unittesters' );
        }
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib409db21f44cfd1c4a84345a6379bdcb595ed953
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BetaFeatures
Gerrit-Branch: master
Gerrit-Owner: Ladsgroup <ladsgr...@gmail.com>

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

Reply via email to