As of #3272, PHPUnit can generate a code coverage whitelist filter script for Xdebug. This script needs to be loaded as early as possible (--bootstrap, for instance, is too late).
This ticket proposes the addition of a new command-line option to PHPUnit, --prepend-file, that is interpreted by PHPUnit as soon as possible.
The text was updated successfully, but these errors were encountered:
As of #3272, PHPUnit can generate a code coverage whitelist filter script for Xdebug. This script needs to be loaded as early as possible (
--bootstrap
, for instance, is too late).This ticket proposes the addition of a new command-line option to PHPUnit,
--prepend-file
, that is interpreted by PHPUnit as soon as possible.The text was updated successfully, but these errors were encountered: