respect-validation/tests/library/Respect/Validation/Rules
Augusto Pascutti 2e6fe3a148 Fix Travis: make it use composer.
- Refactor Zend validator tests
- Fixed my email on composer.json
- Added dev packages in composer.json:
    - Zend\Validator 2.*
    - Symfony\Component\Valitor 2.*

PS: This is just a quick fix before Foundation can run this on his
    own.
2012-12-18 01:55:33 -02:00
..
AllOfTest.php Removed incomplete filter/sanitize support 2012-03-22 23:07:17 -03:00
AlnumTest.php New README on its way, some fixes 2012-04-08 19:08:39 -03:00
AlphaTest.php New README on its way, some fixes 2012-04-08 19:08:39 -03:00
ArrTest.php Improved tests, new makefile 2011-11-29 19:20:07 -02:00
AttributeTest.php Improved several tests, fixed bug on Arr::check() that was calling methods on non-objects 2011-10-05 20:05:36 -03:00
BaseTest.php Added Base validator 2012-07-22 10:17:31 -03:00
BetweenTest.php remove unused namespace use statements 2012-02-05 16:13:34 +01:00
BoolTest.php Improved several tests, fixed bug on Arr::check() that was calling methods on non-objects 2011-10-05 20:05:36 -03:00
CallbackTest.php Improved several tests, fixed bug on Arr::check() that was calling methods on non-objects 2011-10-05 20:05:36 -03:00
CallTest.php Improved several tests, fixed bug on Arr::check() that was calling methods on non-objects 2011-10-05 20:05:36 -03:00
CharsetTest.php Charset Validator 2012-12-06 23:31:24 -02:00
CnhTest.php Updated CNH validator with Exceptions 2012-11-25 22:55:16 -02:00
CnpjTest.php geez, more missed tabs 2011-10-19 21:34:37 -02:00
ConsonantsTest.php New README on its way, some fixes 2012-04-08 19:08:39 -03:00
ContainsTest.php Improved tests, new makefile 2011-11-29 19:20:07 -02:00
CpfTest.php Improved several tests, fixed bug on Arr::check() that was calling methods on non-objects 2011-10-05 20:05:36 -03:00
CreditCardTest.php Added CreditCard Validator 2011-10-23 12:37:14 -02:00
DateTest.php Fixed bug with date formats 2012-04-24 23:52:37 -03:00
DigitsTest.php Improved several tests, fixed bug on Arr::check() that was calling methods on non-objects 2011-10-05 20:05:36 -03:00
DirectoryTest.php Fixed directory test error in PHP 5.4 2012-04-11 16:08:57 -03:00
DomainTest.php Improved several tests, fixed bug on Arr::check() that was calling methods on non-objects 2011-10-05 20:05:36 -03:00
EachTest.php Improved tests, new makefile 2011-11-29 19:20:07 -02:00
EmailTest.php Fixed lots of tests, improved their clarity a lot. Fixed also OneOf, Key and Each validators for some edge cases 2011-10-05 21:07:15 -03:00
EndsWithTest.php Fixed lots of tests, improved their clarity a lot. Fixed also OneOf, Key and Each validators for some edge cases 2011-10-05 21:07:15 -03:00
EqualsTest.php Improved tests, new makefile 2011-11-29 19:20:07 -02:00
EvenTest.php Fixed lots of tests, improved their clarity a lot. Fixed also OneOf, Key and Each validators for some edge cases 2011-10-05 21:07:15 -03:00
FloatTest.php Fixed critical bug thanks to @EduardoLopes 2011-10-08 21:38:41 -03:00
HexaTest.php Fixed lots of tests, improved their clarity a lot. Fixed also OneOf, Key and Each validators for some edge cases 2011-10-05 21:07:15 -03:00
InstanceTest.php Fixed lots of tests, improved their clarity a lot. Fixed also OneOf, Key and Each validators for some edge cases 2011-10-05 21:07:15 -03:00
InTest.php Fixed lots of tests, improved their clarity a lot. Fixed also OneOf, Key and Each validators for some edge cases 2011-10-05 21:07:15 -03:00
IntTest.php Removed incomplete filter/sanitize support 2012-03-22 23:07:17 -03:00
IpTest.php Fixed lots of tests, improved their clarity a lot. Fixed also OneOf, Key and Each validators for some edge cases 2011-10-05 21:07:15 -03:00
JsonTest.php Fixed lots of tests, improved their clarity a lot. Fixed also OneOf, Key and Each validators for some edge cases 2011-10-05 21:07:15 -03:00
KeyTest.php Fixed lots of tests, improved their clarity a lot. Fixed also OneOf, Key and Each validators for some edge cases 2011-10-05 21:07:15 -03:00
LeapDateTest.php Improved tests, new makefile 2011-11-29 19:20:07 -02:00
LeapYearTest.php Improved tests, new makefile 2011-11-29 19:20:07 -02:00
LengthTest.php Refactoring some validators to utf-8 and improving code readability 2012-04-07 21:37:37 -03:00
LowercaseTest.php Modified to use mb_strtolower if exists 2011-10-06 00:05:14 -03:00
MacAddressTest.php Add MacAddress Validation with tests 2011-12-05 20:31:52 -02:00
MaxTest.php Fixed lots of tests, improved their clarity a lot. Fixed also OneOf, Key and Each validators for some edge cases 2011-10-05 21:07:15 -03:00
MininumAgeTest.php Fixed lots of tests, improved their clarity a lot. Fixed also OneOf, Key and Each validators for some edge cases 2011-10-05 21:07:15 -03:00
MinTest.php Fixed lots of tests, improved their clarity a lot. Fixed also OneOf, Key and Each validators for some edge cases 2011-10-05 21:07:15 -03:00
MultipleTest.php Fixed lots of tests, improved their clarity a lot. Fixed also OneOf, Key and Each validators for some edge cases 2011-10-05 21:07:15 -03:00
NegativeTest.php Fixed lots of tests, improved their clarity a lot. Fixed also OneOf, Key and Each validators for some edge cases 2011-10-05 21:07:15 -03:00
NoneOfTest.php remove unused namespace use statements 2012-02-05 16:13:34 +01:00
NotEmptyTest.php Fixed lots of tests, improved their clarity a lot. Fixed also OneOf, Key and Each validators for some edge cases 2011-10-05 21:07:15 -03:00
NotTest.php Another try to fix not() shortcuts 2012-05-17 16:16:45 -03:00
NoWhitespaceTest.php Fixed lots of tests, improved their clarity a lot. Fixed also OneOf, Key and Each validators for some edge cases 2011-10-05 21:07:15 -03:00
NullValueTest.php Fixed lots of tests, improved their clarity a lot. Fixed also OneOf, Key and Each validators for some edge cases 2011-10-05 21:07:15 -03:00
NumericTest.php Fixed lots of tests, improved their clarity a lot. Fixed also OneOf, Key and Each validators for some edge cases 2011-10-05 21:07:15 -03:00
ObjectTest.php Fixed lots of tests, improved their clarity a lot. Fixed also OneOf, Key and Each validators for some edge cases 2011-10-05 21:07:15 -03:00
OddTest.php Fixed lots of tests, improved their clarity a lot. Fixed also OneOf, Key and Each validators for some edge cases 2011-10-05 21:07:15 -03:00
OneOfTest.php add shorcuts not and addOr 2012-05-05 19:06:13 -05:00
PerfectSquareTest.php Insert validation, tests and exception for perfect square numbers. 2012-03-20 13:24:55 -03:00
PositiveTest.php Fixed lots of tests, improved their clarity a lot. Fixed also OneOf, Key and Each validators for some edge cases 2011-10-05 21:07:15 -03:00
PrimeNumberTest.php Change file PrimeNumberTest to PrimeNumberTest.php 2012-03-14 16:37:51 -03:00
RegexTest.php Fixed lots of tests, improved their clarity a lot. Fixed also OneOf, Key and Each validators for some edge cases 2011-10-05 21:07:15 -03:00
RomanTest.php Better readme and some tweak on Roman 2012-04-08 19:55:05 -03:00
SlugTest.php Correct method from testInvalidFormattedCpf to testInvalidSlug, because 2012-03-19 13:58:39 -03:00
StartsWithTest.php Fixed lots of tests, improved their clarity a lot. Fixed also OneOf, Key and Each validators for some edge cases 2011-10-05 21:07:15 -03:00
StringTest.php Fixed lots of tests, improved their clarity a lot. Fixed also OneOf, Key and Each validators for some edge cases 2011-10-05 21:07:15 -03:00
UppercaseTest.php Modified to use mb_strtoupper if exists 2011-10-06 00:07:49 -03:00
VersionTest.php Create validator for versions. 2012-04-07 14:50:52 -03:00
VowelsTest.php New README on its way, some fixes 2012-04-08 19:08:39 -03:00
WhenTest.php When rule for conditional validation 2012-04-05 22:03:41 -03:00
ZendTest.php Fix Travis: make it use composer. 2012-12-18 01:55:33 -02:00