Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / validator / Tests / Constraints / CardSchemeValidatorTest.php
index f83fc71da959dce3cac3041118a6f2d6426e999c..40c0ce43cfb95d4caaf3542e938db999361c7399 100644 (file)
@@ -106,6 +106,7 @@ class CardSchemeValidatorTest extends ConstraintValidatorTestCase
             array('VISA', '4111111111111111'),
             array('VISA', '4012888888881881'),
             array('VISA', '4222222222222'),
+            array('VISA', '4917610000000000003'),
             array(array('AMEX', 'VISA'), '4111111111111111'),
             array(array('AMEX', 'VISA'), '378282246310005'),
             array(array('JCB', 'MASTERCARD'), '5105105105105100'),