Aude has uploaded a new change for review. https://gerrit.wikimedia.org/r/286312
Change subject: Fix MockTermIndex namespace in SearchHookHandlerTest ...................................................................... Fix MockTermIndex namespace in SearchHookHandlerTest MockTermIndex was moved to a different namespace Change-Id: I8e8d5b59dadbb8faef106e89a699df14c57722a3 --- M tests/phpunit/includes/SearchHookHandlerTest.php 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ArticlePlaceholder refs/changes/12/286312/1 diff --git a/tests/phpunit/includes/SearchHookHandlerTest.php b/tests/phpunit/includes/SearchHookHandlerTest.php index 295080a..acbe98e 100644 --- a/tests/phpunit/includes/SearchHookHandlerTest.php +++ b/tests/phpunit/includes/SearchHookHandlerTest.php @@ -12,9 +12,9 @@ use Wikibase\DataModel\Entity\PropertyId; use Wikibase\LanguageFallbackChainFactory; use Wikibase\Lib\Interactors\TermIndexSearchInteractor; +use Wikibase\Lib\Tests\Store\MockTermIndex; use Wikibase\Store\BufferingTermLookup; use Wikibase\TermIndexEntry; -use Wikibase\Test\MockTermIndex; /** * @group ArticlePlaceholder -- To view, visit https://gerrit.wikimedia.org/r/286312 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8e8d5b59dadbb8faef106e89a699df14c57722a3 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/ArticlePlaceholder Gerrit-Branch: master Gerrit-Owner: Aude <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
