mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/LoginNotify
synced 2024-11-24 06:54:08 +00:00
MediaWikiTestCase -> MediaWikiIntegrationTestCase
MediaWikiTestCase has been renamed to MediaWikiIntegrationTestCase in 1.34. Bug: T293043 Change-Id: Id240511ba420b4a6c7c3200fc4efc3ac45e591c8
This commit is contained in:
parent
278c2b9dec
commit
f20844abc1
|
@ -8,7 +8,7 @@ use Wikimedia\TestingAccessWrapper;
|
|||
* @covers \LoginNotify\LoginNotify
|
||||
* @group LoginNotify
|
||||
*/
|
||||
class LoginNotifyTest extends MediaWikiTestCase {
|
||||
class LoginNotifyTest extends MediaWikiIntegrationTestCase {
|
||||
|
||||
private $inst;
|
||||
|
||||
|
|
Loading…
Reference in a new issue