respect-validation/tests/library/Respect/Validation
Carlos André Ferrari f2c723f869 Added Base validator
This validator is made to validate numbers in any base, even with custom bases

It also have a shortcut, you can use something like
v::base3()->assert('0212');
instead of
v::base(3)->assert('0212');

You can also use custom numeric sequences, like
v::base(3, 'xy')->assert('xyxyx');
2012-07-22 10:17:31 -03:00
..
Exceptions Fixed bug with allOf message template 2012-04-08 22:27:25 -03:00
Rules Added Base validator 2012-07-22 10:17:31 -03:00
ValidatorTest.php Added AlwaysValid and AlwaysInvalid validators for mocking and testing purpouses 2012-05-24 12:07:29 -03:00