File
- drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/IpValidatorTest.php, line 474
Class
- IpValidatorTest
Namespace
Symfony\Component\Validator\Tests\Constraints
Code
public function getInvalidPublicIpsAll() {
return array_merge($this
->getInvalidPublicIpsV4(), $this
->getInvalidPublicIpsV6());
}