Skip to content

Commit

Permalink
Use Symfony Process for running commands.
Browse files Browse the repository at this point in the history
Allows for capturing stderr, timeout for runtime and time without
output.

Ensures that the environment doesn't get polluted.

And a few minor fixes.
  • Loading branch information
xendk committed May 28, 2014
1 parent 1945cac commit 064187f
Show file tree
Hide file tree
Showing 9 changed files with 387 additions and 94 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"pear/console_table": "1.1.5"
},
"require-dev": {
"phpunit/phpunit": ">=3.5"
"phpunit/phpunit": ">=3.5",
"symfony/process": "2.4.5"
},
"autoload": {
"psr-0": {
Expand Down
186 changes: 151 additions & 35 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 064187f

Please sign in to comment.