Skip to content

Commit e489bba

Browse files
committed
minor symfony#17383 Removed a duplicated test in CardSchemeValidatorTest (javiereguiluz)
This PR was merged into the 2.3 branch. Discussion ---------- Removed a duplicated test in CardSchemeValidatorTest | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - I was looking into making `CardSchemeValidatorTest` faster. I couldn't make it, but I found a duplicated test. Commits ------- 1974131 Removed a duplicated test in CardSchemeValidatorTest
2 parents eaef88c + 1974131 commit e489bba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Symfony/Component/Validator/Tests/Constraints/CardSchemeValidatorTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ public function getValidNumbers()
9292
array('MAESTRO', '5020507657408074712'),
9393
array('MAESTRO', '5612559223580173965'),
9494
array('MAESTRO', '6759744069209'),
95-
array('MAESTRO', '6759744069209'),
9695
array('MAESTRO', '6594371785970435599'),
9796
array('MASTERCARD', '5555555555554444'),
9897
array('MASTERCARD', '5105105105105100'),

0 commit comments

Comments
 (0)