示例#1
0
 /**
  * Run the Framework
  */
 public static function runTest($root = "../", $routes = true, $session = true)
 {
     self::setScreen();
     self::setRoot($root);
     //
     self::$isTest = true;
     // call the connector and run it
     self::callConnector(true);
     Connector::runTest(true);
     //
     self::ini();
     //
     self::fetcher($routes);
     //
     return true;
 }