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/Input
Fabien Potencier 33e9571886 Merge branch '2.2' into 2.3
* 2.2:
  [FrameworkBundle][Security] Replaced void return type with null for consistency
  fixed CS
  NativeSessionStorage regenerate
  removed unneeded comment
  Use setTimeZone if this method exists.
  Fix FileResource test
  fixed wrong usage of unset()
  [HttpFoundation] Fixed the way path to directory is trimmed.
  [Console] Fixed argument parsing when a single dash is passed.

Conflicts:
	src/Symfony/Component/HttpKernel/Debug/ErrorHandler.php
2013-09-13 14:20:37 +02:00
..
ArgvInputTest.php Merge branch '2.2' into 2.3 2013-09-13 14:20:37 +02:00
ArrayInputTest.php [Console] Fix escaping of args 2013-04-12 17:22:47 +02:00
InputArgumentTest.php [Console] Cleaned up the unit tests. 2013-02-07 10:31:48 +00:00
InputDefinitionTest.php [Console] Add support for multiple InputOption shortcuts 2013-04-25 12:32:10 +02:00
InputOptionTest.php [Console] Allow arrays to be used for lists of shortcuts 2013-04-25 14:00:12 +02:00
InputTest.php [Console] Cleaned up the unit tests. 2013-02-07 10:31:48 +00:00
StringInputTest.php [Console] Fix StringInput parsing to accept newlines and tabs 2013-04-12 17:23:00 +02:00