I want to to glue PHPUnit with other command tools and I need a simple way to check if the tests passed or failed.
Somethings like
phpunit path_to_folder_containing_the_test
Would return "ok" if all passed or "failed" if any test failed.
[So I can simply check for "ok" and "failed" values from other tools]