NotificationsTest: No need to set $wgUser

Bug: T243732
Change-Id: I85e25ebc636a1cfce8a06614adad8d7afb68965f
This commit is contained in:
DannyS712 2020-09-15 01:00:46 +00:00
parent c20f21f7d2
commit 357c8224ae

View file

@ -17,7 +17,6 @@ class NotificationsTest extends MediaWikiTestCase {
protected function setUp() : void {
parent::setUp();
$this->sysop = User::newFromName( 'UTSysop' );
$this->setMwGlobals( 'wgUser', $this->sysop );
}
/**