diff options
author | James D. Forrester <jforrester@wikimedia.org> | 2025-03-17 19:12:53 -0400 |
---|---|---|
committer | Reedy <reedy@wikimedia.org> | 2025-03-19 15:25:22 +0000 |
commit | 12a22969efc617ec8d4c0de06dab237e74c75eb3 (patch) | |
tree | 58f94a3d7cfe376e8a5d967c5dee0f248371d5a3 /tests/phpunit/includes/logging/MergeLogFormatterTest.php | |
parent | af413e5ac4f5c7fd3ee57d72ae598351493316a9 (diff) | |
download | mediawikicore-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.php | 2 |
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 { |