'1684-537X', Issn::CHECKSUM_FAILED_ERROR
],
['1996-0795', Issn::CHECKSUM_FAILED_ERROR
],
];
} public function testNullIsValid() { $constraint =
new Issn();
$this->validator->
validate(null,
$constraint);
$this->
assertNoViolation();
} public function testEmptyStringIsValid() { $constraint =
new Issn();
$this->validator->
validate('',
$constraint);
$this->
assertNoViolation();
}