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
Fabien Potencier d849d5d134 Merge branch '2.2' into 2.3
* 2.2:
  Throw exception if value is passed to VALUE_NONE input, long syntax
  fixed date type format pattern regex
  [FrameworkBundle] tweaked previous merge (refs #8242)
  do not re-register commands each time a Console\Application is run
  [Process] moved env check to the Process class (refs #8227)
  fix issue where $_ENV contains array vals
  [DomCrawler] Fix handling file:// without a host
  [Form] corrected interface bind() method defined against in deprecation notice
  [Finder] Fix SplFileInfo::getContents isn't working with ssh2 protocol

Conflicts:
	src/Symfony/Component/Console/Tests/Input/ArgvInputTest.php
	src/Symfony/Component/DomCrawler/Link.php
	src/Symfony/Component/Form/Form.php
2013-06-13 09:51:49 +02:00
..
Command [Console] Add namespace support back in to list command 2013-05-22 13:09:47 +10:00
Descriptor [Console] Removed the descriptor from data set providers. 2013-05-14 08:19:41 +01:00
Fixtures Fix tests 2013-04-25 13:40:04 +02:00
Formatter added additional tests to cover invalid argument exceptions in OutputFormatterStyle component 2013-05-06 08:31:43 +02:00
Helper Merge branch '2.2' 2013-05-10 20:12:13 +02:00
Input Merge branch '2.2' into 2.3 2013-06-13 09:51:49 +02:00
Output [Console] fix NullOutput 2013-05-14 17:58:06 +02:00
Tester Fix duplicated code and a field name 2012-09-28 16:35:16 +02:00
ApplicationTest.php Merge branch '2.2' into 2.3 2013-06-11 09:15:14 +02:00