Ejemplo n.º 1
0
 function help($argv)
 {
     $ui = new lmbTestShellUI($argv);
     echo $ui->help('unit');
 }
Ejemplo n.º 2
0
<?php

/*
 * Limb PHP Framework
 *
 * @link http://limb-project.com
 * @copyright  Copyright &copy; 2004-2009 BIT(http://bit-creative.com)
 * @license    LGPL http://www.gnu.org/copyleft/lesser.html
 */
/**
 * @package tests_runner
 * @version $Id$
 */
require_once dirname(__FILE__) . '/../src/lmbTestShellUI.class.php';
set_time_limit(0);
error_reporting(E_ALL);
$ui = new lmbTestShellUI();
$ui->run();