respect-validation/tests/unit
Henrique Moody 1f6c821fb6
Refactor "Sorted" rule
The sorted rule accepts a callback on its constructor that may be used
to filter values from inside the input. However, with the "Call" rule
one can archive almost the same result. Besides that particular
characteristic, its constructor accepts a boolean value to determine
whether the sorting is ascending or descending.

This commit will remove the callback from the constructor and replace
the boolean by a string which can be "ASC" or "DESC."

Along with those changes, this change will make a few more improvements:

- Make the exception message specific about the sorting direction;

- Allow the rule to validate also strings;

- Update documentation.

Co-authored-by: Danilo Correa <danilosilva87@gmail.com>
Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
2019-03-10 18:31:03 +01:00
..
Exceptions Update the Coding Standards 2019-02-17 19:52:26 +01:00
Helpers Apply "SlevomatCodingStandard.Classes.TraitUseDeclaration" 2019-02-09 14:17:35 +01:00
Rules Refactor "Sorted" rule 2019-03-10 18:31:03 +01:00
FactoryTest.php Apply "Generic.NamingConventions.CamelCapsFunctionName" 2019-02-09 14:07:52 +01:00
ValidatorTest.php Make PHPUnit tests final 2019-02-09 14:32:12 +01:00