public function IssnValidatorTest::getValidIssn

File

drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/IssnValidatorTest.php, line 72

Class

IssnValidatorTest

Namespace

Symfony\Component\Validator\Tests\Constraints

Code

public function getValidIssn() {
  return array_merge($this
    ->getValidLowerCasedIssn(), $this
    ->getValidNonHyphenatedIssn(), $this
    ->getFullValidIssn());
}