aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/unit/includes/cache/LinkBatchFactoryTest.php
diff options
context:
space:
mode:
authorJames D. Forrester <jforrester@wikimedia.org>2023-09-18 14:56:39 +0100
committerJames D. Forrester <jforrester@wikimedia.org>2023-09-18 18:24:39 +0100
commit94ece673b25bb195867656b2dc8301236f38bd2c (patch)
tree2322fb433ff1ab6cf637ac4d7570eed917a3ec51 /tests/phpunit/unit/includes/cache/LinkBatchFactoryTest.php
parent459cbb0494badd6630b0538d8f429f6728b305ec (diff)
downloadmediawikicore-94ece673b25bb195867656b2dc8301236f38bd2c.tar.gz
mediawikicore-94ece673b25bb195867656b2dc8301236f38bd2c.zip
Namespace TitleValue under \MediaWiki\Title
One of the big ones, so doing this alone. Bug: T166010 Change-Id: I4c901d5c32696d8334ec30cede7d9b6f3d8d645e
Diffstat (limited to 'tests/phpunit/unit/includes/cache/LinkBatchFactoryTest.php')
-rw-r--r--tests/phpunit/unit/includes/cache/LinkBatchFactoryTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/phpunit/unit/includes/cache/LinkBatchFactoryTest.php b/tests/phpunit/unit/includes/cache/LinkBatchFactoryTest.php
index 99e0549c0511..f948b67bd37d 100644
--- a/tests/phpunit/unit/includes/cache/LinkBatchFactoryTest.php
+++ b/tests/phpunit/unit/includes/cache/LinkBatchFactoryTest.php
@@ -5,6 +5,7 @@ use MediaWiki\Linker\LinksMigration;
use MediaWiki\Logger\LoggerFactory;
use MediaWiki\Page\PageReference;
use MediaWiki\Page\PageReferenceValue;
+use MediaWiki\Title\TitleValue;
use Wikimedia\Rdbms\IConnectionProvider;
/**