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
stloyd 3ea2a32c53 Refactor validators constraints:
- remove need for defining "getTargets()" method as 95% of validators use same one
- replace abstract "Constraint::getTargets()" with one that use 95% of validators
- add additional tests for "Constraint::getTargets()" method
- remove unused "use" statement in Constraint\Valid
2011-05-25 10:51:35 +02:00
..
Constraints [Form] Add test for the handling of array values in the constraint violation 2011-05-18 23:48:32 +02:00
Fixtures [Validator] updated fixtures 2011-05-01 14:50:28 +02:00
Mapping removed obsolete compiler pass 2011-05-20 06:59:30 +02:00
ConstraintTest.php Refactor validators constraints: 2011-05-25 10:51:35 +02:00
ExecutionContextTest.php [Validator] Added unit tests 2011-05-08 21:52:34 +00:00
GraphWalkerTest.php replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00
ValidatorContextTest.php [Validator] renamed method to follow CS 2011-03-30 23:10:30 +02:00
ValidatorFactoryTest.php fixed tests 2011-05-19 22:46:34 +02:00
ValidatorTest.php [Validator] Added unit tests 2011-05-08 21:52:34 +00:00