Open gordonmcvey opened 12 years ago
This should validate too, but it doesn't. Apparently the PHP team decided that this should not be allowed.
public function testIsValidGoodAddrPasses10 ()
{
$this -> object -> setData ('test@example');
$this -> assertTrue ($this -> object -> isValid ());
}
The following unit tests for valid email addresses fail
Wikipedia claims that the above email address strings are valid.