handle more fatal errors - #1510
samsonasik wants to merge 2 commits into
Conversation
|
It looks like you are trapping too much output. Did you notice that the code coverage dropped 60%? |
|
dropping 60% coverage is weird as I previously uses |
|
Check the travis-ci details...
Your ob_start is hijacking the output buffer from phpunit, it looks like, and most of the tests are not running properly. |
bbf3d77 to
d0ffae0
Compare
|
ok, it seems the coverage still hit even use of |
For example, we have the following code:
For example, in
Home::index()function.Previously, it will get the following output:
I updated so it will got the following output:
Checklist: