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/Helper
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
..
FormatterHelperTest.php Rely on iconv and symfony/polyfill-* 2015-10-28 03:15:07 +01:00
HelperSetTest.php Merge branch '2.7' into 2.8 2015-11-02 21:29:24 +01:00
LegacyDialogHelperTest.php Merge branch '2.7' into 2.8 2016-03-07 15:04:32 +01:00
LegacyProgressHelperTest.php Rely on iconv and symfony/polyfill-* 2015-10-28 03:15:07 +01:00
LegacyTableHelperTest.php Merge branch '2.7' into 2.8 2015-12-28 14:12:56 +01:00
ProcessHelperTest.php Various fixes esp. on Windows 2015-08-27 08:45:45 +02:00
ProgressBarTest.php Merge branch '2.7' into 2.8 2015-12-05 12:09:21 +01:00
ProgressIndicatorTest.php [Console] Add progress indicator helper 2015-11-01 12:44:27 +01:00
QuestionHelperTest.php [Console] Add missing @require annotation in test 2016-02-02 10:46:12 +01:00
TableStyleTest.php [Console][TableStyle] validate padding type value. 2015-02-05 08:11:58 +01:00
TableTest.php Merge branch '2.7' into 2.8 2015-12-22 11:25:57 +01:00