See sebastianbergmann/php-code-coverage#945
According to upstream maintainers, phpdbg coverage support is not really maintained, and we should therefore migrate away from it.
We will likely need to ship pcov with our container, and use that for running tests.
We may also need to remove phpdbg, since running phpdbg with pcov installed leads to segfaults.
See sebastianbergmann/php-code-coverage#945
According to upstream maintainers,
phpdbgcoverage support is not really maintained, and we should therefore migrate away from it.We will likely need to ship
pcovwith our container, and use that for running tests.We may also need to remove
phpdbg, since runningphpdbgwithpcovinstalled leads to segfaults.