diff options
Diffstat (limited to 'tests/phpunit/includes/mail/EmailNotificationTest.php')
-rw-r--r-- | tests/phpunit/includes/mail/EmailNotificationTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/mail/EmailNotificationTest.php b/tests/phpunit/includes/mail/EmailNotificationTest.php index 0fa48a3d84c3..5f8d56ca0c16 100644 --- a/tests/phpunit/includes/mail/EmailNotificationTest.php +++ b/tests/phpunit/includes/mail/EmailNotificationTest.php @@ -5,7 +5,7 @@ use MediaWiki\Title\Title; /** * @group Database - * @covers EmailNotification + * @covers \EmailNotification */ class EmailNotificationTest extends MediaWikiIntegrationTestCase { |