php - Does an overall PHPunit Test Result of 0 or 1 (True / False) exist -


PHPunit can generate lots of results, but I'm having trouble finding out that for all tests, the overall How to get results.

I think you can check the status of exiting the phpunit command in your shell, Try

  ezone successful test.php $? Re: Phpunit failingTest.php $?  

The result should be different. I came to know that how phpundercontrol people wrote


Comments