You are here

public function IsbnValidatorTest::getInvalidIsbn in Zircon Profile 8.0

Same name and namespace in other branches
  1. 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

IsbnValidatorTest

Namespace

Symfony\Component\Validator\Tests\Constraints

Code

public function getInvalidIsbn() {
  return array_merge($this
    ->getInvalidIsbn10(), $this
    ->getInvalidIsbn13());
}