1 2 3 4 5 6 7 8 9
<?php $lib = isset($_SERVER['TESTLIB']) ? $_SERVER['TESTLIB'] : 'Test-Simple.php'; require_once($lib); plan('xxx'); ok(1); ?>