Closed tempfirstuser closed 2 years ago
Seems like PHPUnit.xml.dist requires adjusting to the 9.5+ format
@Ocramius @marcguyer I've found somewhere this information from the page with this title "Upgrade PHPUnit to 9.5.x"
The old "<filter/whitelist>" section has been renamed to "<coverage/include>", and "
" is now a child of " ", not of " ". In parallel, the "whitelistfolders" and "whitelistfiles" used in our "coverage.php" files have been deprecated and replaced by "includelistfolders" and "includelistfiles". Old ones will continue working but a warning will be shown when creating the test site.
But I need to check this yet.
@Ocramius this PR should close issue #39