Closed gong023 closed 9 years ago
@gong023 thank you for your kind words. PHP_CodeCoverage
leverages the xdebug extension internally. It looks like it also has support for the HHVM debugger, but I am not sure how well supported that is.
I think your problem will be solved if you install and enable the xdebug extension for your version of PHP.
I was able to solve this problem by installing xdebug extension. Thank you!
@gong023 glad I could help!
Hi all, Thank you for your creating all peridot-php libraries. The libraries are brilliant.
I have a question. I want to get test coverage in my
src
directory.First I added peridot libraries below
created peridot.php below.
and run peridot
But I got exception below.
It may be thrown at phpunit/php-code-coverage/src/CodeCoverage.php:142.
I tried to
But I got same exception about PHP_CodeCoverage_Exception.
Do you have any advices to get test coverage?