19 $linkCache = MediaWiki\MediaWikiServices::getInstance()->getLinkCache();
20 $linkCache->addGoodLinkObj( 42, Title::newFromText(
'Near Match Test' ) );
22 'EnableSearchContributorsByIP' =>
false,
24 $lang = Language::factory( $langCode );
27 $title = $matcher->getNearMatch( $searchterm );
28 $this->assertEquals( $expected, $title ===
null ?
null : (
string)$title );