1. Go to this page and download the library: Download vasek-purchart/phing-tester 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/ */
vasek-purchart / phing-tester example snippets
use VasekPurchart\Phing\PhingTester\PhingTester;
$tester = new PhingTester(__DIR__ . '/phing-tester-example.xml');
$tester->executeTarget('lorem-ipsum');