public function IpValidatorTest::getInvalidIpsAll

File

drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/IpValidatorTest.php, line 402

Class

IpValidatorTest

Namespace

Symfony\Component\Validator\Tests\Constraints

Code

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