mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
[IpValidator] disable ipv6 checks (#13984)
* disable ipv6 checks * remove empty line * updated CHANGELOG.md
This commit is contained in:

committed by
Dmitry Naumenko

parent
cd8b98bb92
commit
59d3292399
@ -13,10 +13,6 @@ class IpValidatorTest extends TestCase
|
||||
{
|
||||
protected function setUp()
|
||||
{
|
||||
if (!defined('AF_INET6')) {
|
||||
$this->markTestSkipped('The environment does not support IPv6.');
|
||||
}
|
||||
|
||||
parent::setUp();
|
||||
$this->mockApplication();
|
||||
}
|
||||
|
Reference in New Issue
Block a user