aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/unit/includes/parser/MagicWordArrayTest.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/unit/includes/parser/MagicWordArrayTest.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/unit/includes/parser/MagicWordArrayTest.php')
-rw-r--r--tests/phpunit/unit/includes/parser/MagicWordArrayTest.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/phpunit/unit/includes/parser/MagicWordArrayTest.php b/tests/phpunit/unit/includes/parser/MagicWordArrayTest.php
index 6c5dc49c6a1e..a1f79675f3a2 100644
--- a/tests/phpunit/unit/includes/parser/MagicWordArrayTest.php
+++ b/tests/phpunit/unit/includes/parser/MagicWordArrayTest.php
@@ -1,5 +1,8 @@
<?php
+use MediaWiki\Parser\MagicWord;
+use MediaWiki\Parser\MagicWordArray;
+use MediaWiki\Parser\MagicWordFactory;
use Wikimedia\TestingAccessWrapper;
/**