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
Fabien Potencier 8f0277d084 Merge branch '2.7'
* 2.7: (26 commits)
  removed Propel bridge from Symfony Core
  [2.7] Added deprecation warning for get request service in controller
  [Serializer] Normalizers can serialize collections and scalars
  [FrameworkBundle] Fix title and placeholder rendering in php form templates.
  [Process] added a deprecation notice
  [TwigBridge] Removed duplicated code from TwigRenderer
  [Translator][Logging] implement TranslatorBagInterface.
  RequestDataCollector - small fix
  renamed composer.phar to composer to be consistent with the Symfony docs
  [FrameworkBundle] bumped min version of Routing to 2.3
  removed composer --dev option everywhere
  fixed a test
  [Console] Fixed output bug, if escaped string in a formatted string.
  “console help” ignores --raw option
  Fix form icon position in web profiler
  [Security] Remove ContextListener's onKernelResponse listener as it is used
  Revert "minor #12652 [HttpFoundation] [Hackday] #9942 test: Request::getContent() for null value (skler)"
  Revert "fixed assertion"
  fixed assertion
  [HttpFoundation] [Hackday] #9942 test: Request::getContent() for null value
  ...

Conflicts:
	composer.json
	src/Symfony/Bridge/Propel1/composer.json
	src/Symfony/Bridge/Twig/composer.json
	src/Symfony/Component/Console/Tests/Helper/LegacyTableHelperTest.php
2015-02-12 09:47:54 +01:00
..
Extension Merge branch '2.7' 2015-01-25 05:42:01 +01:00
Fixtures Deprecated setDefaultOptions() in favor of configureOptions() 2015-01-16 10:30:42 +01:00
Guess fixed CS 2014-09-22 10:32:35 +02:00
Util [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
AbstractDivLayoutTest.php Merge branch '2.5' 2014-10-26 08:46:28 +01:00
AbstractExtensionTest.php
AbstractFormTest.php [2.3] Remove useless tests skips 2015-01-03 14:14:51 +01:00
AbstractLayoutTest.php Merge branch '2.7' 2015-02-12 09:47:54 +01:00
AbstractRequestHandlerTest.php Merge branch '2.4' into 2.5 2014-09-25 11:52:29 +02:00
AbstractTableLayoutTest.php Merge branch '2.5' 2014-10-26 08:46:28 +01:00
ButtonTest.php [Form] Added test for disabling buttons 2014-03-31 11:59:54 +02:00
CallbackTransformerTest.php fixed CS 2014-09-22 10:32:35 +02:00
CompoundFormPerformanceTest.php Replace usages of the deprecated TypeTestCase by the new one 2014-12-29 22:21:04 +01:00
CompoundFormTest.php Merge branch '2.7' 2015-01-09 20:59:30 +01:00
FormBuilderTest.php [2.3] Remove useless tests skips 2015-01-03 14:14:51 +01:00
FormConfigTest.php Rename Symfony2 to Symfony 2014-11-24 15:09:11 +01:00
FormFactoryBuilderTest.php fixed various inconsistencies 2014-02-11 11:29:24 +01:00
FormFactoryTest.php [2.3] Remove useless tests skips 2015-01-03 14:14:51 +01:00
FormIntegrationTestCase.php Normalized @deprecated annotations. 2015-01-05 16:02:26 +01:00
FormPerformanceTestCase.php Normalized @deprecated annotations. 2015-01-05 16:02:26 +01:00
FormRegistryTest.php [Form] Make exception handling consistent with other components 2013-04-20 00:34:27 +03:00
FormRendererTest.php fixes PSR-0 issues in tests 2013-12-30 22:13:42 +01:00
NativeRequestHandlerTest.php [Form] Moved POST_MAX_SIZE validation from FormValidator to request handler 2014-09-23 14:27:03 +02:00
ResolvedFormTypeTest.php Removed deprecated setDefaultOptions methods 2015-01-20 07:08:27 +01:00
SimpleFormTest.php Merge branch '2.7' 2015-01-08 18:12:45 +01:00