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
Bernhard Schussek 274d4e6195 [Validator] Changed ValidatorBuilder to always use LegacyExecutionContext
This is necessary because, until Symfony 3.0, constraint validators will continue
to rely on the old context methods in order to be backwards compatible.
2014-03-30 18:28:59 +02:00
..
Constraints [Validator] Improved test coverage and prevented duplicate validation of constraints 2014-03-30 18:28:58 +02:00
Fixtures [Validator] Improved test coverage of NonRecursiveNodeTraverser 2014-03-30 18:28:58 +02:00
Mapping [Validator] Added hasser support for entity method validation 2014-03-19 10:45:16 +01:00
Node [Validator] Completed test coverage and documentation of the Node classes 2014-03-30 18:28:55 +02:00
NodeTraverser [Validator] Visitors may now abort the traversal by returning false from beforeTraversal() 2014-03-30 18:28:58 +02:00
Validator [Validator] Changed ValidatorBuilder to always use LegacyExecutionContext 2014-03-30 18:28:59 +02:00
ConstraintTest.php fixed various inconsistencies 2014-02-11 11:29:24 +01:00
ConstraintViolationListTest.php [Validator] Extracted message interpolation logic of ConstraintViolation and used the Translation component for that 2013-01-08 14:43:29 +01:00
ConstraintViolationTest.php handle array root element 2014-03-26 18:31:52 +01:00
ExecutionContextTest.php Merge branch '2.2' into 2.3 2013-08-02 22:53:38 +02:00
ValidatorBuilderTest.php [Validator] Added a recursive clone of the new implementation for speed comparison 2014-03-30 18:28:59 +02:00
ValidatorTest.php [Validator] Clearly separated classes supporting the API <2.5/2.5+ 2014-03-30 18:28:55 +02:00