When executing PHPUnit with codecoverage, the coverage generating just halts without any error, and no report is generated.
The problem is caused by a fatal error in one file, but it's hard to find what the error is without any error showing up.
I have confirmed display_errors
is on, and I have set error_reporting
to -1 in php.ini
After much testing with excluding files from coverage, I have found the file in error, and also what the error is (class not implementing inherited abstract methods), but this could have gone faster if I had an actual error.