Open gordonmcvey opened 12 years ago
The following unit test for Uri fails
public function testIsValidPass9 () { $this -> object -> setData ('http://[0:0:0:0:0:0:0:1]'); $this -> assertTrue ($this -> object -> isValid ()); }
The URL under test is a valid IPv6 type URL and is equivalent to the IPv4 URL http://127.0.0.1
The following unit test for Uri fails
The URL under test is a valid IPv6 type URL and is equivalent to the IPv4 URL http://127.0.0.1