| H A D | mail_isvalid.test.php | 5 public function provider() { function in mail_isvalid_test 12 array("rfc2822+allthesechars_#*!'`/-={}are.legal@somewhere.com.au", true), 27 // tests from http://code.google.com/p/php-email-address-validation/ below 33 array('test-test@example.com', true), 52 array('-- test --@example.com', false), // No spaces allowed in local part 68 * @dataProvider provider 74 $this->assertSame($success, $result);
|