mirror of
https://github.com/diocloid/LinkTitles.git
synced 2025-07-13 09:49:31 +02:00
Updated to work with new MediaWiki\Title\Title in 1.44
This commit is contained in:
@ -21,8 +21,9 @@
|
||||
* @author Daniel Kraus <bovender@bovender.de>
|
||||
*/
|
||||
namespace LinkTitles;
|
||||
use MediaWikiIntegrationTestCase;
|
||||
|
||||
abstract class TestCase extends \MediaWikiTestCase {
|
||||
abstract class TestCase extends MediaWikiIntegrationTestCase {
|
||||
protected function setUp(): void
|
||||
{
|
||||
parent::setUp();
|
||||
|
Reference in New Issue
Block a user