Phpunit No code coverage driver is available
在使用phpunit
进行单元测试覆盖率的时候出现No code coverage driver is available
,是因为没有装xdebug
扩展。
在命令执行pecl install --force xdebug
即可
meshell@home# pecl install --force xdebug
在使用phpunit
进行单元测试覆盖率的时候出现No code coverage driver is available
,是因为没有装xdebug
扩展。
在命令执行pecl install --force xdebug
即可
meshell@home# pecl install --force xdebug