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/Process/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
..
AbstractProcessTest.php Merge branch '2.2' 2013-05-06 22:03:44 +02:00
NonStopableProcess.php Fix timeout in Process::stop method 2013-04-07 16:17:09 +02:00
PhpExecutableFinderTest.php Removed underscores from test method names to be consistent with other components. 2013-01-11 00:31:43 +00:00
PhpProcessTest.php [Process] Cleanup tests & prevent assertion that kills randomly Travis-CI 2013-05-06 12:21:56 +02:00
ProcessBuilderTest.php Merge branch '2.2' into 2.3 2013-06-13 09:51:49 +02:00
ProcessFailedExceptionTest.php Merge branch '2.2' 2013-05-06 22:03:44 +02:00
ProcessInSigchildEnvironment.php Add a Sigchild compatibility mode (set to false by default) 2012-09-19 00:37:29 +02:00
ProcessTestHelper.php merged 2.0 2012-05-20 18:16:37 +02:00
ProcessUtilsTest.php [Process] Added ProcessUtils::escapeArgument() to fix the bug in escapeshellarg() function on Windows 2013-01-18 14:43:03 +01:00
SigchildDisabledProcessTest.php [Process] Cleanup tests & prevent assertion that kills randomly Travis-CI 2013-05-06 12:21:56 +02:00
SigchildEnabledProcessTest.php [Process] Cleanup tests & prevent assertion that kills randomly Travis-CI 2013-05-06 12:21:56 +02:00
SignalListener.php [Process] Add signal and getPid methods 2013-04-14 18:37:33 +02:00
SimpleProcessTest.php [Process] Add signal and getPid methods 2013-04-14 18:37:33 +02:00