From 62236da4966d6940ce456f0c1708a1757c7010b4 Mon Sep 17 00:00:00 2001 From: Pascal Date: Wed, 30 Oct 2019 12:50:16 +0100 Subject: [PATCH] changed method name --- tests/Froxlor/ValidateTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Froxlor/ValidateTest.php b/tests/Froxlor/ValidateTest.php index 1b22fb30..d973154a 100644 --- a/tests/Froxlor/ValidateTest.php +++ b/tests/Froxlor/ValidateTest.php @@ -109,7 +109,7 @@ class ValidateTest extends TestCase $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'); $this->assertFalse($result);