Esempio n. 1
0
 public static function start($root_path = null)
 {
     if (Clover::is_cli()) {
         Clover::startForCLI($root_path);
     } else {
         Clover::startForWebRequest($root_path);
     }
 }