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/ChoiceList
Nicolas Grekas 3e917dbfe3 Merge branch '4.3' into 4.4
* 4.3:
  Fix tests
  [Console] Fix commands description with numeric namespaces
  [HttpFoundation] Fixed typo
  [EventDispatcher] Better error reporting when arguments to dispatch() are swapped
  [Serializer] CsvEncoder::NO_HEADERS_KEY ignored when used in constructor
  [Form] Keep preferred_choices order for choice groups
  [Debug] work around failing chdir() on Darwin
  [PhpUnitBridge] Read configuration CLI directive
  [DI] Missing test on YamlFileLoader
  Revert "minor #34608 [Process] add tests for php executable finder if file does not exist (ahmedash95)"
  Simpler example for Apache basic auth workaround
  [Console] Fix trying to access array offset on value of type int
  [Config] Remove extra sprintf arg
  [VarDumper] notice on potential undefined index
  [HttpClient] turn exception into log when the request has no content-type
  [Process] add tests for php executable finder if file does not exist
  [Cache] Make sure we get the correct number of values from redis::mget()
  [TwigBridge] Add row_attr to all form themes
  [Serializer] Fix MetadataAwareNameConverter usage with string group
2019-11-28 14:33:56 +01:00
..
Factory Merge branch '4.3' into 4.4 2019-11-28 14:33:56 +01:00
Loader Disable phpunit typehint patch on 4.3 branch 2019-08-08 11:29:19 +02:00
AbstractChoiceListTest.php Add return types to tests and final|internal|private methods 2019-08-21 17:14:41 +02:00
ArrayChoiceListTest.php Add return types to tests and final|internal|private methods 2019-08-21 17:14:41 +02:00
LazyChoiceListTest.php Merge branch '3.4' into 4.3 2019-08-26 10:26:39 +02:00