Legoktm has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/161882

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(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/82/161882/1

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: newchange
Gerrit-Change-Id: I8d5a1e8f293afa03d94167b722d3078f467cf59e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Legoktm <[email protected]>

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

Reply via email to