public function IpValidatorTest::getValidIpsAll

File

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

Class

IpValidatorTest

Namespace

Symfony\Component\Validator\Tests\Constraints

Code

public function getValidIpsAll() {
  return array_merge($this
    ->getValidIpsV4(), $this
    ->getValidIpsV6());
}