mirror of
https://github.com/yiisoft/yii2.git
synced 2025-10-29 09:28:37 +08:00
Raise version min PHP 7.3.
This commit is contained in:
@ -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());
|
||||
|
||||
Reference in New Issue
Block a user