You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: