You are here

public function IpValidatorTest::getInvalidReservedIpsAll in Plug 7

File

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

Class

IpValidatorTest

Namespace

Symfony\Component\Validator\Tests\Constraints

Code

public function getInvalidReservedIpsAll() {
  return array_merge($this
    ->getInvalidReservedIpsV4(), $this
    ->getInvalidReservedIpsV6());
}