PHP code example of phpunit / phpcov

1. Go to this page and download the library: Download phpunit/phpcov library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

phpunit / phpcov example snippets


$ phpunit --coverage-php /tmp/coverage/FooTest.cov tests/FooTest
$ phpunit --coverage-php /tmp/coverage/BarTest.cov tests/BarTest

$ phpcov merge --php /tmp/merged.cov /tmp/coverage