コード例 #1
0
ファイル: PHPUnitCommand.php プロジェクト: andizzle/zapper
 public static function main($exit = TRUE, $test = NULL)
 {
     $command = new PHPUnitCommand();
     return $command->run($_SERVER['argv'], $exit, $test);
 }