MediaWikiTestCase -> MediaWikiIntegrationTestCase

MediaWikiTestCase has been renamed to MediaWikiIntegrationTestCase in 1.34.

Bug: T293043
Change-Id: Id240511ba420b4a6c7c3200fc4efc3ac45e591c8
This commit is contained in:
Alexander Vorwerk 2021-10-12 21:53:04 +02:00
parent 278c2b9dec
commit f20844abc1

View file

@ -8,7 +8,7 @@ use Wikimedia\TestingAccessWrapper;
* @covers \LoginNotify\LoginNotify
* @group LoginNotify
*/
class LoginNotifyTest extends MediaWikiTestCase {
class LoginNotifyTest extends MediaWikiIntegrationTestCase {
private $inst;