zendframework / ZFTool

Utility module for maintaining modular Zend Framework 2 applications.
187 stars 102 forks source link

ZendDiagnostics ProcessRunning Test coverage. #86

Closed ma-si closed 10 years ago

ma-si commented 10 years ago

ProcessRunning test class & doc section. TODO: apply Symfony\Process for more OS agnostic, retrieve array, add debug info.

Ocramius commented 10 years ago

@ma-si don't comment with "done" - just push the changes to the branch - comments get removed if the diff changes ;)

Thinkscape commented 10 years ago

Generic tests are now migrated to ZendDiagnostics repo.

Please take a look at existing ProcessRunning and send a PR against it.

Thanks!