Ticket #53130: 53130.diff
File 53130.diff, 479 bytes (added by , 4 years ago) |
---|
-
tests/phpunit/tests/formatting/IsEmail.php
11 11 'ace@204.32.222.14', 12 12 'kevin@many.subdomains.make.a.happy.man.edu', 13 13 'a@b.co', 14 'bill+ted@example.com', 14 15 ); 15 16 foreach ( $data as $datum ) { 16 17 $this->assertSame( $datum, is_email( $datum ), $datum );