You are here

public function IpValidatorTest::getInvalidReservedIpsAll in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/validator/Tests/Constraints/IpValidatorTest.php \Symfony\Component\Validator\Tests\Constraints\IpValidatorTest::getInvalidReservedIpsAll()

File

vendor/symfony/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());
}