- Improve logs.
- Shift from
Write-Host
toprintf
onwindows
for logging. - Shift from
echo
toprintf
onmacOS
andubuntu
for logging. - Fix tests to cleanup files created.
- Fix
Xdebug
andPCOV
installation onPHP7.4
on ubuntu.
Write-Host
to printf
on windows
for logging.echo
to printf
on macOS
and ubuntu
for logging.Xdebug
and PCOV
installation on PHP7.4
on ubuntu.