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 d15bb7351e Merge branch '2.3'
* 2.3:
  Added sleep() workaround for windows php rename bug
  [HttpKernel] removed unused variable
  [Form] Fixed: Added "validation_groups" option to submit button
  [Process] Fix for #8754 (Timed-out processes are successful)

Conflicts:
	src/Symfony/Component/Form/Tests/Extension/Validator/Type/FormTypeValidatorExtensionTest.php
2013-08-15 19:09:02 +02:00
..
AbstractProcessTest.php Merge branch '2.3' 2013-08-15 19:09:02 +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 always manually inherit $_SERVER 2013-08-13 09:53:25 +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 Fix empty process argument escaping on Windows 2013-08-08 14:56:07 +02:00
SigchildDisabledProcessTest.php [Process] Fix for #8754 (Timed-out processes are successful) 2013-08-15 00:22:46 +02:00
SigchildEnabledProcessTest.php [Process] Fix #8742 : Signal-terminated processes are not successful 2013-08-14 12:31:50 +02:00
SignalListener.php fixed CS 2013-07-01 14:24:43 +02:00
SimpleProcessTest.php [Process] Add signal and getPid methods 2013-04-14 18:37:33 +02:00