diff options
Diffstat (limited to 'tests/phpunit/includes/logging/ProtectLogFormatterTest.php')
-rw-r--r-- | tests/phpunit/includes/logging/ProtectLogFormatterTest.php | 4 |
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(); |