PHPunit - Errors

wlgkmooeoq

New Member
When an error that the PHPunit framework does not expect to occur happens, the testing stops, and PHP throws the error, but PHPunit does not record that it was an error. How do I make sure PHPunit records it as an error.
 
Back
Top