| // +----------------------------------------------------------------------+ // // $Id$ /** * Displays all test cases on the same page * * @package Date * @author Marshall Roch */ echo "
";
require_once 'PHPUnit.php';
require_once 'testunit_date.php';
require_once 'testunit_date_span.php';
echo "
"; ?>