You are here

public function IpValidatorTest::getInvalidIpsAll in Plug 7

File

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

Class

IpValidatorTest

Namespace

Symfony\Component\Validator\Tests\Constraints

Code

public function getInvalidIpsAll() {
  return array_merge($this
    ->getInvalidIpsV4(), $this
    ->getInvalidIpsV6());
}