See example below:
<VirtualHost fnx.local:80>
ServerAdmin [email protected]
DocumentRoot "D:/xampp_7_2/htdocs/FNX/public"
ServerName fnx.local
ServerAlias fnx.local
ErrorLog "logs/fnx.local.error.log"
CustomLog "logs/fnx.local.custom.log" common
</VirtualHost>
If you don't have this program, install composer from https://getcomposer.org/
Run:
/vendor/bin/phpunit
If you don't have xdebug you can install it or skip coverage raport by adding a --no-coverage option. Doc: https://phpunit.readthedocs.io/en/7.4/