respect-validation/tests
Henrique Moody 37746f3a6d
Update list of postal code validations
This commit will update the list of postal codes using the command
below:

curl -L http://download.geonames.org/export/dump/countryInfo.txt |
  sed 's,\t,\;,g' |
  sort --unique |
  cut --delimiter ';' --field 1,15 |
  sed --regexp-extended "/^#/d; /^[A-Z]{2}\;$/d; s,([A-Z]{2})\;(.+),'\1' => '/\2/'\,,g"

The changes that broke existing tests were reverted.

Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
2020-05-18 22:22:38 +02:00
..
fixtures Update PHP support 2018-12-02 11:09:24 +01:00
integration Report all errors when asserting with "Each" rule 2020-05-18 21:18:13 +02:00
library Update list of postal code validations 2020-05-18 22:22:38 +02:00
unit Update validation for Armenian postal codes 2020-05-18 22:06:15 +02:00