phpci/Tests/PHPCI/ProcessControl
Adirelle 4edefee761 Reworked the DaemonCommand.
* Accepts options for PID and log file.
* Uses posix_kill whenever available.
* Checks that the daemon actually started or stopped.
* Try to terminate then kill the daemon.
* Uses the logger or output instead of "echo".

Added a ProcessControl interface and implementations.

Closed #908
2015-05-28 10:55:59 +02:00
..
PosixProcessControlTest.php Reworked the DaemonCommand. 2015-05-28 10:55:59 +02:00
ProcessControlTest.php Reworked the DaemonCommand. 2015-05-28 10:55:59 +02:00
UnixProcessControlTest.php Reworked the DaemonCommand. 2015-05-28 10:55:59 +02:00
WindowsProcessControlTest.php Reworked the DaemonCommand. 2015-05-28 10:55:59 +02:00