PHP code example of webchemistry / testing-helpers
1. Go to this page and download the library: Download webchemistry/testing-helpers 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/ */
webchemistry / testing-helpers example snippets
use WebChemistry\Testing\TUnitTest;
class FooTest extends \Codeception\Test\Unit {
use TUnitTest;
}