mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Thanks
synced 2024-11-15 02:54:23 +00:00
MediaWikiTestCase -> MediaWikiIntegrationTestCase
MediaWikiTestCase has been renamed to MediaWikiIntegrationTestCase in 1.34. Bug: T293043 Change-Id: Ic6305e141941667fc52844ae45386ce69a60e8e4
This commit is contained in:
parent
99fb7b7404
commit
559e3e04ce
|
@ -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' );
|
||||||
|
|
Loading…
Reference in a new issue