PHP code example of maneuver / wp-test-suite

1. Go to this page and download the library: Download maneuver/wp-test-suite 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/ */

    

maneuver / wp-test-suite example snippets


./vendor/bin/phpunit ./tests/BrowserTest.php