respect-validation/tests/unit
Henrique Moody fe7fed3461
Remove support "egulias/email-validator" ~1.0
The rule "Email" now only supports the version >=2.0 of
"egulias/email-validator". Also a few changes were made to make the rule
a bit simpler.

The method "getEmailValidator()" which was a lazy load of the
"EmailValidator" class was removed in favor of trying to create the
instance of "EmailValidator" in the constructor of "Email". That makes
the rule immutable after its creation.

Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
2018-08-22 17:22:46 +02:00
..
Exceptions Rename "Related" to "Child" 2018-08-02 11:18:33 +02:00
Helpers Apply contribution guidelines to "DateTime" rule 2018-01-30 20:17:10 +01:00
Rules Remove support "egulias/email-validator" ~1.0 2018-08-22 17:22:46 +02:00
FactoryTest.php Refactor ValidationException 2018-05-27 16:12:05 +02:00
ValidatorTest.php Enforce the use of "@covers" annotation 2018-07-23 21:37:38 +02:00