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/Bundle/FrameworkBundle/Tests/Functional
Nicolas Grekas d3f3721715 Merge branch '3.4'
* 3.4: (33 commits)
  Remove remaining `@experimental` annotations
  Tests and fix for issue in array model data in EntityType field with multiple=true
  [Validator] Add unique entity violation cause
  [Lock] Automaticaly release lock when user forget it
  [Form] Fixed PercentToLocalizedStringTransformer to accept both comma and dot as decimal separator, if possible
  fixed CS
  [FrameworkBundle] Don't clear app pools on cache:clear
  Hide label button when its setted to false
  removed useless PHPDoc
  [HttpFoundation] Return instance in StreamedResponse
  [Form] Fix FormInterface::submit() annotation
  [PHPUnitBridge] don't remove when set to  empty string
  PdoSessionHandler: fix advisory lock for pgsql when session.sid_bits_per_character > 4
  HttpCache does not consider ESI resources in HEAD requests
  Fix translation for "This field was not expected"
  [Routing] Enhance Route(Collection) docblocks
  Added improvement for accuracy in MoneyToLocalizedStringTransformer.
  Removed unused private property
  Use correct verb form in the pull request template
  Use PHP_MAXPATHLEN in Filesystem.
  ...
2017-10-02 08:59:24 +02:00
..
app feature #24383 [FrameworkBundle] Don't clear app pools on cache:clear (nicolas-grekas) 2017-10-01 09:49:04 -07:00
Bundle/TestBundle Merge branch '3.3' into 3.4 2017-10-02 08:49:52 +02:00
AnnotatedControllerTest.php [Routing] Fix BC break in AnnotationClassLoader defaults attributes handling 2017-01-23 21:38:04 +01:00
AutowiringTypesTest.php [EventDispatcher] remove deprecated features 2017-05-21 11:09:03 +02:00
CachePoolClearCommandTest.php Merge branch '3.4' 2017-09-13 10:49:19 +02:00
CachePoolsTest.php [FrameworkBundle] Don't clear app pools on cache:clear 2017-09-30 20:17:55 +02:00
ConfigDebugCommandTest.php Remove unused mocks/vars 2017-07-22 20:48:54 +02:00
ConfigDumpReferenceCommandTest.php [Config][FrameworkBundle] Allow to dump extension config reference sub path 2017-01-09 22:03:44 +01:00
ContainerDebugCommandTest.php Show private aliases in debug:container 2017-04-21 00:49:45 +02:00
ContainerDumpTest.php Fix a typo and add a check to prevent regressions 2016-04-27 19:35:20 +02:00
FragmentTest.php Remove some useless @group annotations 2015-04-07 15:19:55 +02:00
ProfilerTest.php PHP CS Fixer: use php_unit_dedicate_assert 2016-10-16 22:09:53 +02:00
PropertyInfoTest.php Make as many services private as possible 2017-09-13 09:59:43 +02:00
SerializerTest.php [FrameworkBundle] Register the ArrayDenormalizer 2016-11-11 07:48:09 -08:00
SessionTest.php [FrameworkBundle] Fix cleaning of test dirs 2017-03-13 22:39:55 +01:00
SubRequestsTest.php Adding a new event subscriber that "parses" the _controller attribute in the FW 2017-06-01 10:00:07 -04:00
WebTestCase.php Fix AutowiringTypesTest transient tests 2017-06-14 10:56:14 +02:00