aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/unit/includes/parser/ParserCacheFactoryTest.php
diff options
context:
space:
mode:
authorJames D. Forrester <jforrester@wikimedia.org>2024-10-03 14:39:06 -0400
committerReedy <reedy@wikimedia.org>2024-10-15 23:54:32 +0100
commita5387c7c208b23b848f3c93a84a58ebb14c698cf (patch)
treea343730570c760f99459a88fb36aaa2cbefcf3eb /tests/phpunit/unit/includes/parser/ParserCacheFactoryTest.php
parent23ec5ff94eff84bc2661b08cf940ed7f2f771080 (diff)
downloadmediawikicore-a5387c7c208b23b848f3c93a84a58ebb14c698cf.tar.gz
mediawikicore-a5387c7c208b23b848f3c93a84a58ebb14c698cf.zip
Namespace all remaining classes in includes/parser
Bug: T353458 Change-Id: If02cc9b1ff78e26c1cf8c91ee4695845eb133829
Diffstat (limited to 'tests/phpunit/unit/includes/parser/ParserCacheFactoryTest.php')
-rw-r--r--tests/phpunit/unit/includes/parser/ParserCacheFactoryTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/unit/includes/parser/ParserCacheFactoryTest.php b/tests/phpunit/unit/includes/parser/ParserCacheFactoryTest.php
index 7b0bcf06d67a..014f2728e9e4 100644
--- a/tests/phpunit/unit/includes/parser/ParserCacheFactoryTest.php
+++ b/tests/phpunit/unit/includes/parser/ParserCacheFactoryTest.php
@@ -7,11 +7,11 @@ use MediaWiki\Json\JsonCodec;
use MediaWiki\MainConfigNames;
use MediaWiki\MainConfigSchema;
use MediaWiki\Page\WikiPageFactory;
+use MediaWiki\Parser\ParserCache;
use MediaWiki\Parser\ParserCacheFactory;
use MediaWiki\Parser\RevisionOutputCache;
use MediaWiki\Title\TitleFactory;
use MediaWikiUnitTestCase;
-use ParserCache;
use Psr\Log\NullLogger;
use Wikimedia\ObjectCache\HashBagOStuff;
use Wikimedia\ObjectCache\WANObjectCache;