Closed imjalpreet closed 8 years ago
Coverage tests fail with PHP Fatal error: Uncaught Error: Class 'PHP_CodeCoverage'
.
Could you investigate why this is happening?
Maybe a simple composer update will fix the problem. I saw that there was a new c3 component released recently.
@oparoz Could you tell when did you get this error? I will try to test it on my machine.
Sure, look at the report from Travis CI
Since we need to get moving, here is what needs to be changed:
@oparoz Can you please check if changes are correct? I think I have disabled the code coverage for now and also updated the versions.
If you look at the Travis report, you'll notice that you're not running the test: PHP7 + mysql, so just create a new line below the commented one with the same content except the extra coverage flags and we should be good to go.
Done.
Thanks!
@oparoz I have split #21 into two PRs. This PR does not contain the ImageHooksTest as requested by you.