This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Validator/Tests/Constraints
2013-01-15 00:03:31 +01:00
..
Fixtures moved component and bridge unit tests to the src/ directory 2012-03-29 08:37:22 +02:00
AllTest.php Fixed @expectedException definitions to reference absolute exception paths 2013-01-05 18:52:40 +01:00
AllValidatorTest.php Fixed @expectedException definitions to reference absolute exception paths 2013-01-05 18:52:40 +01:00
BlankValidatorTest.php [Validator] Renamed ConstraintValidatorInterface::isValid() to validate() because of the lack of a return value 2012-04-17 16:46:43 +02:00
CallbackValidatorTest.php Fixed @expectedException definitions to reference absolute exception paths 2013-01-05 18:52:40 +01:00
CardSchemeValidatorTest.php better regexp, more test cases, added comments about each credit card 2013-01-07 22:57:38 +01:00
ChoiceValidatorTest.php Fixed @expectedException definitions to reference absolute exception paths 2013-01-05 18:52:40 +01:00
CollectionTest.php Fixed @expectedException definitions to reference absolute exception paths 2013-01-05 18:52:40 +01:00
CollectionValidatorArrayObjectTest.php moved component and bridge unit tests to the src/ directory 2012-03-29 08:37:22 +02:00
CollectionValidatorArrayTest.php moved component and bridge unit tests to the src/ directory 2012-03-29 08:37:22 +02:00
CollectionValidatorCustomArrayObjectTest.php moved component and bridge unit tests to the src/ directory 2012-03-29 08:37:22 +02:00
CollectionValidatorTest.php [Validator][Constraints] CollectionValidator 2013-01-15 00:03:31 +01:00
CountryValidatorTest.php Fixed @expectedException definitions to reference absolute exception paths 2013-01-05 18:52:40 +01:00
CountValidatorArrayTest.php [Validator] Removed MinCount and MaxCount and replaced them by the constraint Count 2012-07-11 19:47:53 +02:00
CountValidatorCountableTest.php [Validator] Removed MinCount and MaxCount and replaced them by the constraint Count 2012-07-11 19:47:53 +02:00
CountValidatorTest.php Fixed @expectedException definitions to reference absolute exception paths 2013-01-05 18:52:40 +01:00
DateTimeValidatorTest.php Fixed @expectedException definitions to reference absolute exception paths 2013-01-05 18:52:40 +01:00
DateValidatorTest.php Fixed @expectedException definitions to reference absolute exception paths 2013-01-05 18:52:40 +01:00
EmailValidatorTest.php Fixed @expectedException definitions to reference absolute exception paths 2013-01-05 18:52:40 +01:00
FalseValidatorTest.php [Validator] Renamed ConstraintValidatorInterface::isValid() to validate() because of the lack of a return value 2012-04-17 16:46:43 +02:00
FileValidatorObjectTest.php moved component and bridge unit tests to the src/ directory 2012-03-29 08:37:22 +02:00
FileValidatorPathTest.php [Validator] Renamed ConstraintValidatorInterface::isValid() to validate() because of the lack of a return value 2012-04-17 16:46:43 +02:00
FileValidatorTest.php Fixed @expectedException definitions to reference absolute exception paths 2013-01-05 18:52:40 +01:00
ImageValidatorTest.php [Validator] Renamed ConstraintValidatorInterface::isValid() to validate() because of the lack of a return value 2012-04-17 16:46:43 +02:00
IpValidatorTest.php Fixed @expectedException definitions to reference absolute exception paths 2013-01-05 18:52:40 +01:00
LanguageValidatorTest.php Fixed @expectedException definitions to reference absolute exception paths 2013-01-05 18:52:40 +01:00
LengthValidatorTest.php Fixed @expectedException definitions to reference absolute exception paths 2013-01-05 18:52:40 +01:00
LocaleValidatorTest.php Fixed @expectedException definitions to reference absolute exception paths 2013-01-05 18:52:40 +01:00
LocalizedTestCase.php moved component and bridge unit tests to the src/ directory 2012-03-29 08:37:22 +02:00
LuhnValidatorTest.php covers edge case for Luhn 2013-01-06 22:18:36 +01:00
MaxLengthValidatorTest.php Fixed @expectedException definitions to reference absolute exception paths 2013-01-05 18:52:40 +01:00
MaxValidatorTest.php Added test Min/Max validators should ignore empty string 2012-05-02 16:23:18 -07:00
MinLengthValidatorTest.php Fixed @expectedException definitions to reference absolute exception paths 2013-01-05 18:52:40 +01:00
MinValidatorTest.php Added test Min/Max validators should ignore empty string 2012-05-02 16:23:18 -07:00
NotBlankValidatorTest.php fixed CS 2012-07-09 14:54:20 +02:00
NotNullValidatorTest.php [Validator] Renamed ConstraintValidatorInterface::isValid() to validate() because of the lack of a return value 2012-04-17 16:46:43 +02:00
NullValidatorTest.php [Validator] Renamed ConstraintValidatorInterface::isValid() to validate() because of the lack of a return value 2012-04-17 16:46:43 +02:00
RangeValidatorTest.php [Validator] Deprecated the constraints Min and Max in favor of Range 2012-07-11 19:48:02 +02:00
RegexValidatorTest.php Fixed @expectedException definitions to reference absolute exception paths 2013-01-05 18:52:40 +01:00
TimeValidatorTest.php Fixed @expectedException definitions to reference absolute exception paths 2013-01-05 18:52:40 +01:00
TrueValidatorTest.php [Validator] Renamed ConstraintValidatorInterface::isValid() to validate() because of the lack of a return value 2012-04-17 16:46:43 +02:00
TypeValidatorTest.php [Validator] Added missing assertion 2012-04-25 16:05:39 +02:00
UrlValidatorTest.php Fixed @expectedException definitions to reference absolute exception paths 2013-01-05 18:52:40 +01:00
ValidTest.php Fixed @expectedException definitions to reference absolute exception paths 2013-01-05 18:52:40 +01:00