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