respect-validation/tests
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
..
fixtures Apply contribution guidelines to "Executable" rule 2018-06-20 22:34:21 +02:00
integration Do not trigger PHP errors in the "Call" rule 2018-08-21 01:22:38 +02:00
library Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
unit Remove support "egulias/email-validator" ~1.0 2018-08-22 17:22:46 +02:00