PHP code example of jimmyoak / phpunit-test-checker

1. Go to this page and download the library: Download jimmyoak/phpunit-test-checker 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/ */

    

jimmyoak / phpunit-test-checker example snippets


use JimmyOak\PhpUnitChecker\Checker\Checker;

ker\Config\JsonConfigReader::readFile(__DIR__ . '/phpunit-test-checker.json'));
$checker->check();
text
Classes with no tests:
        - Checker/Checker.php
        - Command/CheckerCommand.php