aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/logging/ProtectLogFormatterTest.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/ProtectLogFormatterTest.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/ProtectLogFormatterTest.php')
-rw-r--r--tests/phpunit/includes/logging/ProtectLogFormatterTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/phpunit/includes/logging/ProtectLogFormatterTest.php b/tests/phpunit/includes/logging/ProtectLogFormatterTest.php
index ecdb77583f7b..64bd55461af9 100644
--- a/tests/phpunit/includes/logging/ProtectLogFormatterTest.php
+++ b/tests/phpunit/includes/logging/ProtectLogFormatterTest.php
@@ -11,7 +11,7 @@ use Wikimedia\Rdbms\IDatabase;
use Wikimedia\Rdbms\LBFactory;
/**
- * @covers \ProtectLogFormatter
+ * @covers \MediaWiki\Logging\ProtectLogFormatter
*/
class ProtectLogFormatterTest extends LogFormatterTestCase {
@@ -466,7 +466,7 @@ class ProtectLogFormatterTest extends LogFormatterTestCase {
* @param string[] $permissions
* @param bool $shouldMatch
* @dataProvider provideGetActionLinks
- * @covers \ProtectLogFormatter::getActionLinks
+ * @covers \MediaWiki\Logging\ProtectLogFormatter::getActionLinks
*/
public function testGetActionLinks( array $permissions, $shouldMatch ) {
RequestContext::resetMain();