PHP code example of nazar-pc / cstester

1. Go to this page and download the library: Download nazar-pc/cstester 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/ */

    

nazar-pc / cstester example snippets



/**
 * Include CSTester class
 */
ss instance and run testing
 */
(new CSTester(__DIR__.'/tests'))->run();
yml
language: php
php:
  - 5.5
  - 5.4
script: php test.php