Raise version min PHP 7.3.

This commit is contained in:
Wilmer Arambula
2024-03-20 17:27:20 -03:00
parent e2a167028b
commit ce813e5060
189 changed files with 1901 additions and 1586 deletions

View File

@ -54,6 +54,8 @@ class IpHelperTest extends TestCase
public function testIpv6ExpandingWithInvalidValue()
{
try {
$this->expectNotToPerformAssertions();
IpHelper::expandIPv6('fa01::1/64');
} catch (\Exception $exception) {
$this->assertStringEndsWith('Unrecognized address fa01::1/64', $exception->getMessage());