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/Form/Tests/Extension/Validator
Fabien Potencier 1750330831 Merge branch '2.6' into 2.7
* 2.6:
  [Validator] remove partial deprecation annotation
  Updated UPGRADE-2.4.md
  [Form] Support DateTimeImmutable in transform()
  [Form] add test to avoid regression of #14891
  without this change allways the legacy code get called
  [Form] Fix call to removed method (BC broken in 2.3)
  [HttpFoundation] Get response content as resource several times for PHP >= 5.6
  Improved duplicated code in FileLocator
2015-06-09 17:06:47 +02:00
..
Constraints Merge branch '2.6' into 2.7 2015-03-13 18:40:40 +01:00
EventListener [Form] Fixed check of violation constraint #12792 2015-01-09 05:45:27 +01:00
Type [2.3] Remove useless tests skips 2015-01-03 14:14:51 +01:00
Util Added support for injecting HttpFoundation's RequestStack in ServerParams 2014-05-16 16:44:46 +02:00
ViolationMapper Fix getOrigin 2015-05-04 11:39:13 +02:00
ValidatorExtensionTest.php [Form] add test to avoid regression of #14891 2015-06-07 08:50:12 +02:00
ValidatorTypeGuesserTest.php Fixed compatibility with PHP7 and up by introducing new constraints (IsNull, IsTrue, IsFalse) and related validators (IsNullValidator, IsTrueValidator, IsFalseValidator) 2015-05-13 11:33:22 +02:00