mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TitleBlacklist
synced 2024-11-24 06:04:05 +00:00
Remove use of ApiTestCase::doLogin
Since no user was passed, it defaults to the test sysop, and no replacement is needed Bug: T244039 Change-Id: Idbfcbcded52566218b70ae644f61cf2dcc2c7f11
This commit is contained in:
parent
8a4dcc5dc0
commit
eac758d44a
|
@ -19,7 +19,6 @@ class ApiQueryTitleBlacklistTest extends ApiTestCase {
|
|||
|
||||
public function setUp() : void {
|
||||
parent::setUp();
|
||||
$this->doLogin();
|
||||
|
||||
TitleBlacklist::destroySingleton();
|
||||
$this->setMwGlobals( 'wgTitleBlacklistSources', [
|
||||
|
|
Loading…
Reference in a new issue