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/Mapping
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
..
Loader [Validator] Fixed annotation loader to not add parent constraints twice 2010-11-12 17:56:09 +01:00
ClassMetadataFactoryTest.php renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
ClassMetadataTest.php [Validator][Form] Removed support for match-all group "*" 2010-11-17 08:02:06 +01:00
ElementMetadataTest.php renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
GetterMetadataTest.php renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
MemberMetadataTest.php [Validator][Form] Removed support for match-all group "*" 2010-11-17 08:02:06 +01:00
PropertyMetadataTest.php renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00