aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/debug/MWDebugTest.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/includes/debug/MWDebugTest.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/includes/debug/MWDebugTest.php')
-rw-r--r--tests/phpunit/includes/debug/MWDebugTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/phpunit/includes/debug/MWDebugTest.php b/tests/phpunit/includes/debug/MWDebugTest.php
index 1e899760f6d7..05ed3db28480 100644
--- a/tests/phpunit/includes/debug/MWDebugTest.php
+++ b/tests/phpunit/includes/debug/MWDebugTest.php
@@ -1,6 +1,7 @@
<?php
use MediaWiki\Request\FauxRequest;
+use MediaWiki\Title\TitleValue;
use Wikimedia\AtEase\AtEase;
class MWDebugTest extends MediaWikiIntegrationTestCase {