7 Commits

Author SHA1 Message Date
Daniel James
6148083367 Move classes into namespace. 2017-12-28 19:35:16 +00:00
Daniel James
c086031398 Camel case method names. 2016-07-20 00:21:31 +01:00
Daniel James
1988c096f1 Base class for tests. 2016-07-20 00:20:35 +01:00
Daniel James
7daf2bc90e Better process exceptions. 2016-07-19 06:37:13 +01:00
Daniel James
d4643abb8a Implement timeouts.
Probably more than a bit buggy, but it will do.
2016-07-19 06:37:13 +01:00
Daniel James
fa26b668f4 Use printf to echo without a newline.
`echo -n` isn't universally supported. Might be a bash built in?
2016-07-19 06:37:13 +01:00
Daniel James
054d7fc1ab Replace Symfony Process with simple proc_open implementation.
Not worried too much about portability.
2016-07-19 06:37:13 +01:00