diff options
Diffstat (limited to 'tests/phpunit/includes/mail/EmailNotificationTest.php')
-rw-r--r-- | tests/phpunit/includes/mail/EmailNotificationTest.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/phpunit/includes/mail/EmailNotificationTest.php b/tests/phpunit/includes/mail/EmailNotificationTest.php index 9991756ad261..a745491e89f5 100644 --- a/tests/phpunit/includes/mail/EmailNotificationTest.php +++ b/tests/phpunit/includes/mail/EmailNotificationTest.php @@ -10,6 +10,7 @@ use MediaWiki\Title\Title; */ class EmailNotificationTest extends MediaWikiIntegrationTestCase { + /** @var EmailNotification */ protected $emailNotification; protected function setUp(): void { |