changed method name
This commit is contained in:
@@ -109,7 +109,7 @@ class ValidateTest extends TestCase
|
|||||||
$this->assertEquals("8.8.8.8/128.0.0.0", $result);
|
$this->assertEquals("8.8.8.8/128.0.0.0", $result);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testIPv6Checks()
|
public function testValidateIPv6()
|
||||||
{
|
{
|
||||||
$result = Validate::is_ipv6('1.1.1.1/4');
|
$result = Validate::is_ipv6('1.1.1.1/4');
|
||||||
$this->assertFalse($result);
|
$this->assertFalse($result);
|
||||||
|
|||||||
Reference in New Issue
Block a user