You are here

public function IpValidatorTest::getInvalidPublicIpsAll in Plug 7

File

lib/Symfony/validator/Symfony/Component/Validator/Tests/Constraints/IpValidatorTest.php, line 440

Class

IpValidatorTest

Namespace

Symfony\Component\Validator\Tests\Constraints

Code

public function getInvalidPublicIpsAll() {
  return array_merge($this
    ->getInvalidPublicIpsV4(), $this
    ->getInvalidPublicIpsV6());
}