diff options
author | Umherirrender <umherirrender_de.wp@web.de> | 2023-12-11 15:59:55 +0100 |
---|---|---|
committer | Umherirrender <umherirrender_de.wp@web.de> | 2023-12-11 15:59:55 +0100 |
commit | 388b0374fa776ef91ea8eea644271f08dd2f81d9 (patch) | |
tree | 22e831ac425d729941e1abc8b8f3f46e54f8086c /tests/phpunit/structure | |
parent | 80790ffc21a49fbe7709eaf5ce634b645798cf47 (diff) | |
download | mediawikicore-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/structure')
-rw-r--r-- | tests/phpunit/structure/DumpableObjectsTest.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/phpunit/structure/DumpableObjectsTest.php b/tests/phpunit/structure/DumpableObjectsTest.php index a88dc7f3162d..2bc01fd80280 100644 --- a/tests/phpunit/structure/DumpableObjectsTest.php +++ b/tests/phpunit/structure/DumpableObjectsTest.php @@ -1,5 +1,6 @@ <?php +use MediaWiki\Title\Title; use MediaWiki\User\User; /** |