[IpValidator] disable ipv6 checks (#13984)

* disable ipv6 checks

* remove empty line

* updated CHANGELOG.md
This commit is contained in:
Mikk Tendermann
2017-04-18 19:06:31 +03:00
committed by Dmitry Naumenko
parent cd8b98bb92
commit 59d3292399
3 changed files with 2 additions and 10 deletions

View File

@ -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();
}