MediaWikiTestCase -> MediaWikiIntegrationTestCase

MediaWikiTestCase has been renamed to MediaWikiIntegrationTestCase in 1.34.

Bug: T293043
Change-Id: Ic6305e141941667fc52844ae45386ce69a60e8e4
This commit is contained in:
Alexander Vorwerk 2021-10-13 12:28:31 +02:00
parent 99fb7b7404
commit 559e3e04ce

View file

@ -12,7 +12,7 @@ use MediaWiki\User\UserIdentityValue;
* *
* @author Addshore * @author Addshore
*/ */
class ApiCoreThankUnitTest extends MediaWikiTestCase { class ApiCoreThankUnitTest extends MediaWikiIntegrationTestCase {
protected function getModule() { protected function getModule() {
return new ApiCoreThank( new ApiMain(), 'thank' ); return new ApiCoreThank( new ApiMain(), 'thank' );