public function IpValidatorTest::getInvalidIpsAll in Plug 7
File
- lib/
Symfony/ validator/ Symfony/ Component/ Validator/ Tests/ Constraints/ IpValidatorTest.php, line 374
Class
Namespace
Symfony\Component\Validator\Tests\ConstraintsCode
public function getInvalidIpsAll() {
return array_merge($this
->getInvalidIpsV4(), $this
->getInvalidIpsV6());
}