public function IssnValidatorTest::getFullValidIssn in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/validator/Tests/Constraints/IssnValidatorTest.php \Symfony\Component\Validator\Tests\Constraints\IssnValidatorTest::getFullValidIssn()
1 call to IssnValidatorTest::getFullValidIssn()
- IssnValidatorTest::getValidIssn in vendor/
symfony/ validator/ Tests/ Constraints/ IssnValidatorTest.php
File
- vendor/
symfony/ validator/ Tests/ Constraints/ IssnValidatorTest.php, line 59
Class
Namespace
Symfony\Component\Validator\Tests\ConstraintsCode
public function getFullValidIssn() {
return array(
array(
'1550-7416',
),
array(
'1539-8560',
),
array(
'2156-5376',
),
array(
'1119-023X',
),
array(
'1684-5315',
),
array(
'1996-0786',
),
array(
'1684-5374',
),
array(
'1996-0794',
),
);
}