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/Console/Tests
Nicolas Grekas 5500fe7104 Merge branch '2.7' into 2.8
* 2.7:
  [HttpFoundation] Fix transient test
  [HttpFoundation] Add a dependency on the mbstring polyfill
  [2.7] update readme files for new components
  add readme files where missing
  fix lowest TwigBridge deps versions
  [EventDispatcher] fix syntax error
  Don't use reflections when possible
  Don't use reflections when possible
  [Form] Update form tests after the ICU data update
  [Intl] Update tests and the number formatter to match behaviour of the intl extension
  [Intl] Update the ICU data to version 55
  [Intl] Fix the update-data.php script in preparation for ICU 5.5
  [Process] Fix memory issue when using large input streams
  Use constant instead of function call.
  fixed test name
  automatically generate safe fallback filename
  [Console] default to stderr in the console helpers

Conflicts:
	composer.json
	src/Symfony/Bridge/PhpUnit/README.md
	src/Symfony/Bridge/Twig/composer.json
	src/Symfony/Component/Console/Helper/DialogHelper.php
	src/Symfony/Component/Debug/DebugClassLoader.php
	src/Symfony/Component/HttpFoundation/composer.json
	src/Symfony/Component/Security/Acl/README.md
	src/Symfony/Component/Security/Core/README.md
	src/Symfony/Component/Security/Csrf/README.md
	src/Symfony/Component/Security/Http/README.md
2016-03-07 15:04:32 +01:00
..
Command Merge branch '2.7' into 2.8 2015-12-28 14:12:56 +01:00
Descriptor Merge branch '2.3' into 2.7 2016-01-25 10:55:53 +01:00
Fixtures Merge branch '2.7' into 2.8 2015-12-22 11:25:57 +01:00
Formatter Merge branch '2.3' into 2.7 2016-02-28 17:19:47 +01:00
Helper Merge branch '2.7' into 2.8 2016-03-07 15:04:32 +01:00
Input Merge branch '2.3' into 2.7 2015-12-05 18:37:09 +01:00
Logger fixes CS 2015-08-24 09:13:45 +02:00
Output Convert Output::write's type to an options arg where verbosity can be passed in as well 2015-09-12 23:35:49 +01:00
Style [Console] Fix tests for SymfonyStyle 2015-09-30 15:35:30 +02:00
Tester [Console] added some tests for previous merge (refs #8626) 2013-09-30 21:59:36 +02:00
ApplicationTest.php Rely on iconv and symfony/polyfill-* 2015-10-28 03:15:07 +01:00