respect-validation/tests/unit
Henrique Moody da6abf4bdd
Make "Between" always inclusive
Generally speaking it makes more sense to have it always inclusive. Even
though the word "between" does not imply that it is inclusive or
exclusive it's more natural this way.

Besides, users can always use "GreaterThan" and "LessThan" rules in case
that is necessary.

Removing this boolean parameter reduces a bit of the complexity of the
rule.

Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
2018-05-31 15:10:59 +02:00
..
Exceptions Refactor ValidationException 2018-05-27 16:12:05 +02:00
Helpers Apply contribution guidelines to "DateTime" rule 2018-01-30 20:17:10 +01:00
Rules Make "Between" always inclusive 2018-05-31 15:10:59 +02:00
FactoryTest.php Refactor ValidationException 2018-05-27 16:12:05 +02:00
ValidatorTest.php Changes on PHP-CS-Fixer configuration 2018-01-04 17:59:37 +01:00