aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/content/WikitextContentHandlerTest.php
diff options
context:
space:
mode:
authorUmherirrender <umherirrender_de.wp@web.de>2023-12-11 15:59:55 +0100
committerUmherirrender <umherirrender_de.wp@web.de>2023-12-11 15:59:55 +0100
commit388b0374fa776ef91ea8eea644271f08dd2f81d9 (patch)
tree22e831ac425d729941e1abc8b8f3f46e54f8086c /tests/phpunit/includes/content/WikitextContentHandlerTest.php
parent80790ffc21a49fbe7709eaf5ce634b645798cf47 (diff)
downloadmediawikicore-388b0374fa776ef91ea8eea644271f08dd2f81d9.tar.gz
mediawikicore-388b0374fa776ef91ea8eea644271f08dd2f81d9.zip
tests: Use namespaced classes
Changes to the use statements done automatically via script Addition of missing use statements and changes to docs done manually Change-Id: Ib326ae1e5c8409a98398c721e8b8ce42c73bd012
Diffstat (limited to 'tests/phpunit/includes/content/WikitextContentHandlerTest.php')
-rw-r--r--tests/phpunit/includes/content/WikitextContentHandlerTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/phpunit/includes/content/WikitextContentHandlerTest.php b/tests/phpunit/includes/content/WikitextContentHandlerTest.php
index aa2f2fcbfe47..a8518e7cd3d7 100644
--- a/tests/phpunit/includes/content/WikitextContentHandlerTest.php
+++ b/tests/phpunit/includes/content/WikitextContentHandlerTest.php
@@ -4,6 +4,7 @@ use MediaWiki\MainConfigNames;
use MediaWiki\Page\PageReferenceValue;
use MediaWiki\Parser\ParserOutputFlags;
use MediaWiki\Title\Title;
+use MediaWiki\Title\TitleFactory;
use MediaWiki\User\UserIdentity;
use Wikimedia\TestingAccessWrapper;