Ticket #28163: 28163.patch
File 28163.patch, 617 bytes (added by , 8 years ago) |
---|
-
tests/phpunit/tests/user.php
568 568 } 569 569 570 570 /** 571 * @ticket 28163 572 */ 573 function test_email_exists_umlauts() { 574 $id = wp_insert_user( array( 575 'user_login' => 'umlautuser', 576 'user_pass' => 'password', 577 'user_email' => 'ümlautüser@ümlautdomain.com', 578 ) ); 579 $this->assertEquals( $id, email_exists( 'mlautser@mlautdomain.com' ) ); 580 } 581 582 /** 571 583 * @ticket 30647 572 584 */ 573 585 function test_user_update_email_error() {