Source for file cli.php
Documentation is available at cli.php
// tell where to find project fixtures
if( isset ( $_ENV['TESTING_FIT_FIXTURE_DIR'] ) ) {
$fitDir = $_ENV['TESTING_FIT_FIXTURE_DIR'];
define( 'TESTING_FIT_FIXTURE_DIR', $fitDir );
include_once 'Testing/FIT/Runner.php';
Documentation generated on Mon, 11 Mar 2019 15:05:05 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|