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 2128d52cb8 Merge branch '2.8' into 3.0
* 2.8:
  [DependencyInjection] fix dumped YAML snytax
  Remove InputOption::VALUE_REQUIRED mode from $default parameter description as InputOption::setDefault() throws an exception only when called in InputOption::VALUE_NONE mode. In practice the $default value could still be accessed in InputOption::VALUE_REQUIRED mode in case InputOption was never set but accessed from InputDefinition::getOption() method
  [Form] Fixed violation mapping if multiple forms are using the same (or part of the same) property path
  fix FQCN in tests added by #17694
  Fix locale and written standard inconsistencies for Norwegian translations
  [Form] [Validator] Fix locale inconsistencies in Norwegian translations
  [TwigBridge] Symfony 3.1 forward compatibility
  fixed CS
  [DependencyInjection] fixed exceptions thrown by get method of ContainerBuilder
  [Yaml] properly parse lists in object maps
  [FrameworkBundle] Remove unused private method.
  [Form] remove useless code in ResizeFormListener
  [Config] Fix EnumNodeDefinition to allow building enum nodes with one element
  fix choice_value option in EntityType and add some tests
2016-02-16 07:11:42 +01:00
..
Constraints Merge branch '2.8' into 3.0 2016-01-27 06:14:46 +01:00
EventListener Remove some more legacy code 2015-11-10 11:42:06 +01:00
Type Merge branch '2.8' into 3.0 2016-01-27 06:14:46 +01:00
Util Added support for injecting HttpFoundation's RequestStack in ServerParams 2014-05-16 16:44:46 +02:00
ViolationMapper Merge branch '2.3' into 2.7 2016-02-16 07:07:10 +01:00
ValidatorExtensionTest.php [Form] made the tests compatible with 3.0 2015-09-30 22:53:32 +02:00
ValidatorTypeGuesserTest.php Merge branch '2.8' 2015-10-01 08:00:56 +02:00