You are here

public function IsbnValidatorTest::getValidIsbn 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::getValidIsbn()

File

vendor/symfony/validator/Tests/Constraints/IsbnValidatorTest.php, line 110

Class

IsbnValidatorTest

Namespace

Symfony\Component\Validator\Tests\Constraints

Code

public function getValidIsbn() {
  return array_merge($this
    ->getValidIsbn10(), $this
    ->getValidIsbn13());
}