respect-validation/tests/unit
Konstantin c9850f4ec7
Make sure that "Email" only validates strings
There shouldn't be possible to consider a non-string value as a valid
email anyways, but the real problem is that the "RFCValidation" from
"egulias/email-validator" casts the input as a string which makes PHP
trigger an error.

Co-authored-by: Henrique Moody <henriquemoody@gmail.com>
2018-10-09 05:28:51 +02:00
..
Exceptions Rename "Iterable" to "IterableType" 2016-08-03 10:43:33 +02:00
Rules Make sure that "Email" only validates strings 2018-10-09 05:28:51 +02:00
FactoryTest.php Ensure namespace separator on appended prefixes 2016-04-23 21:20:54 -03:00
ValidatorTest.php Remove all rules shortcuts 2015-10-14 13:06:36 -03:00