aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/logging/MergeLogFormatterTest.php
diff options
context:
space:
mode:
authorJames D. Forrester <jforrester@wikimedia.org>2025-03-17 19:12:53 -0400
committerReedy <reedy@wikimedia.org>2025-03-19 15:25:22 +0000
commit12a22969efc617ec8d4c0de06dab237e74c75eb3 (patch)
tree58f94a3d7cfe376e8a5d967c5dee0f248371d5a3 /tests/phpunit/includes/logging/MergeLogFormatterTest.php
parentaf413e5ac4f5c7fd3ee57d72ae598351493316a9 (diff)
downloadmediawikicore-12a22969efc617ec8d4c0de06dab237e74c75eb3.tar.gz
mediawikicore-12a22969efc617ec8d4c0de06dab237e74c75eb3.zip
Namespace all remaining files in includes/logging
Bug: T353458 Change-Id: Ibe1810f1c71316a9124e1dc6ae405097dafd5267
Diffstat (limited to 'tests/phpunit/includes/logging/MergeLogFormatterTest.php')
-rw-r--r--tests/phpunit/includes/logging/MergeLogFormatterTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/logging/MergeLogFormatterTest.php b/tests/phpunit/includes/logging/MergeLogFormatterTest.php
index 694efb7268ef..855aa0325cad 100644
--- a/tests/phpunit/includes/logging/MergeLogFormatterTest.php
+++ b/tests/phpunit/includes/logging/MergeLogFormatterTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * @covers \MergeLogFormatter
+ * @covers \MediaWiki\Logging\MergeLogFormatter
*/
class MergeLogFormatterTest extends LogFormatterTestCase {