PHP code example of devinweb / laravel-test-parallel

1. Go to this page and download the library: Download devinweb/laravel-test-parallel 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/ */

    

devinweb / laravel-test-parallel example snippets

shell

php artisan test:parallel -p6

shell
php artisan test:parallel --help