jenkins-bot has submitted this change and it was merged.

Change subject: Improve coverage of MailAddress::toString()
......................................................................


Improve coverage of MailAddress::toString()

Change-Id: I8d5a1e8f293afa03d94167b722d3078f467cf59e
---
M tests/phpunit/includes/mail/MailAddressTest.php
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Krinkle: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/tests/phpunit/includes/mail/MailAddressTest.php 
b/tests/phpunit/includes/mail/MailAddressTest.php
index 2d07812..76566eb 100644
--- a/tests/phpunit/includes/mail/MailAddressTest.php
+++ b/tests/phpunit/includes/mail/MailAddressTest.php
@@ -49,6 +49,7 @@
                        array( false, '[email protected]', 'AUserName', 'Some real 
name', 'AUserName <[email protected]>' ),
                        array( false, '[email protected]', '', '', '[email protected]' ),
                        array( true, '[email protected]', '', '', '[email protected]' ),
+                       array( true, '', '', '', '' ),
                );
        }
 

-- 
To view, visit https://gerrit.wikimedia.org/r/161882
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I8d5a1e8f293afa03d94167b722d3078f467cf59e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Legoktm <[email protected]>
Gerrit-Reviewer: Addshore <[email protected]>
Gerrit-Reviewer: Krinkle <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to