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/tests/Symfony/Tests/Component/Process
drak3 af65673363 [Process] Added support for non-blocking process control
Added methods to control long running processes to the Process class:
 - A non blocking start method to startup a process and return
   immediately
 - A blocking waitForTermination method to wait for the processes
   termination
 - A stop method to stop a process started with start
All status-getters like getOutput were changed to return real-time data
2012-03-23 11:12:57 +01:00
..
PhpExecutableFinderTest.php merged 2.0 2011-12-20 20:16:39 +01:00
ProcessBuilderTest.php Restore bypass_shell by default with windows compat 2012-02-22 14:19:04 +01:00
ProcessTest.php [Process] Added support for non-blocking process control 2012-03-23 11:12:57 +01:00
ProcessTestHelper.php fixed CS 2011-06-23 13:39:36 +02:00