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
Christophe Coevoet c71fe0c37b Deprecate the translator implementation in the Validator component
The Translation component already provides an implementation which only
deals with replacing parameters in the message without translating it.
Duplicating the logic in the Validator component is not needed (and it
is the wrong place for it).
2015-01-06 12:08:07 +01:00
..
Constraints minor #13060 [2.7] adds deprecation notices. (hhamon) 2015-01-05 21:51:33 +01:00
Fixtures Removed deprecation notices from test files. 2015-01-05 15:58:40 +01:00
Mapping Merge branch '2.5' into 2.6 2015-01-05 18:57:42 +01:00
Util Merge branch '2.4' into 2.5 2014-09-22 11:14:18 +02:00
Validator Deprecate the translator implementation in the Validator component 2015-01-06 12:08:07 +01:00
bootstrap.php [2.3] Remove useless tests skips 2015-01-03 14:14:51 +01:00
ConstraintTest.php [Validator] Added error codes to all constraints with multiple error causes 2014-09-30 23:13:20 +02: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
LegacyExecutionContextTest.php [Form] fix Context\ExecutionContextInterface mock 2015-01-05 18:29:33 +01:00
ValidatorBuilderTest.php [Form] fix Context\ExecutionContextInterface mock 2015-01-05 18:29:33 +01:00
ValidatorTest.php Deprecate the translator implementation in the Validator component 2015-01-06 12:08:07 +01:00