public function IsbnValidatorTest::getInvalidIsbn in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/validator/Tests/Constraints/IsbnValidatorTest.php \Symfony\Component\Validator\Tests\Constraints\IsbnValidatorTest::getInvalidIsbn()
File
- vendor/
symfony/ validator/ Tests/ Constraints/ IsbnValidatorTest.php, line 118
Class
Namespace
Symfony\Component\Validator\Tests\ConstraintsCode
public function getInvalidIsbn() {
return array_merge($this
->getInvalidIsbn10(), $this
->getInvalidIsbn13());
}