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/tests/Symfony/Tests/Component/Validator/Constraints
Bernhard Schussek 6a148465da [Validator][Form] Removed support for match-all group "*"
The constraint "Valid" does not accept any options or groups anymore. As per
JSR303 1.0 final, section 3.5.1 "Object graph validation" (page 39),
properties  annotated with valid should be cascaded independent of the current
group (i.e. always). Thus the group "*" is not necessary anymore and was
removed from the "Valid" constraint in the Form validation.xml.
2010-11-17 08:02:06 +01:00
..
AllValidatorTest.php removed the message interpolator system in the Validator component (i18n management should be done globally, not in a specific component) 2010-09-24 16:41:28 +02:00
AssertFalseValidatorTest.php renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
AssertTrueValidatorTest.php renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
AssertTypeValidatorTest.php [Validator] removed the convention that error parameters are delimited with %% 2010-09-29 07:59:45 +02:00
BlankValidatorTest.php [Validator] removed the convention that error parameters are delimited with %% 2010-09-29 07:59:45 +02:00
ChoiceValidatorTest.php [Validator] removed the convention that error parameters are delimited with %% 2010-09-29 07:59:45 +02:00
CollectionValidatorTest.php removed the message interpolator system in the Validator component (i18n management should be done globally, not in a specific component) 2010-09-24 16:41:28 +02:00
DateTimeValidatorTest.php [Validator] removed the convention that error parameters are delimited with %% 2010-09-29 07:59:45 +02:00
DateValidatorTest.php [Validator] removed the convention that error parameters are delimited with %% 2010-09-29 07:59:45 +02:00
EmailValidatorTest.php [Validator] removed the convention that error parameters are delimited with %% 2010-09-29 07:59:45 +02:00
FileValidatorTest.php [Validator] removed the convention that error parameters are delimited with %% 2010-09-29 07:59:45 +02:00
MaxLengthValidatorTest.php [Validator] removed the convention that error parameters are delimited with %% 2010-09-29 07:59:45 +02:00
MaxValidatorTest.php [Validator] removed the convention that error parameters are delimited with %% 2010-09-29 07:59:45 +02:00
MinLengthValidatorTest.php [Validator] removed the convention that error parameters are delimited with %% 2010-09-29 07:59:45 +02:00
MinValidatorTest.php [Validator] removed the convention that error parameters are delimited with %% 2010-09-29 07:59:45 +02:00
NotBlankValidatorTest.php renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
NotNullValidatorTest.php renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
NullValidatorTest.php [Validator] removed the convention that error parameters are delimited with %% 2010-09-29 07:59:45 +02:00
RegexValidatorTest.php [Validator] removed the convention that error parameters are delimited with %% 2010-09-29 07:59:45 +02:00
TimeValidatorTest.php [Validator] removed the convention that error parameters are delimited with %% 2010-09-29 07:59:45 +02:00
UrlValidatorTest.php fixed unit tests 2010-10-18 17:01:57 +02:00