mirror of
https://github.com/diocloid/LinkTitles.git
synced 2025-09-02 06:26:56 +02:00
Merge branch 'main' of https://github.com/diocloid/LinkTitles
This commit is contained in:
@@ -36,7 +36,7 @@ class TargetsTest extends LinkTitles\TestCase {
|
||||
// LinkTitlesLinkerTest::testLinkContentTargetNamespaces() is every changed,
|
||||
// this test will fail.
|
||||
$config->targetNamespaces = [ 4000 ];
|
||||
$title = MediaWiki\Title\Title::newFromText( 'link target' );
|
||||
$title = \MediaWiki\Title\Title::newFromText( 'link target' );
|
||||
$targets = LinkTitles\Targets::singleton( $title, $config );
|
||||
|
||||
// Count number of articles: Inspired by updateArticleCount.php maintenance
|
||||
|
Reference in New Issue
Block a user