public function IssnValidatorTest::getInvalidIssn

File

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

Class

IssnValidatorTest

Namespace

Symfony\Component\Validator\Tests\Constraints

Code

public function getInvalidIssn() {
  return array_merge($this
    ->getInvalidFormatedIssn(), $this
    ->getInvalidValueIssn());
}