/**
  * Static method to initialize the test runner, keeps global space clean
  *
  * @return void
  */
 public static function run()
 {
     // CUSTOMIZE MODIFY 2014/07/02 ryuring
     // >>>
     //$dispatcher = new CakeTestSuiteDispatcher();
     // ---
     $dispatcher = new BaserTestSuiteDispatcher();
     // <<<
     $dispatcher->dispatch();
 }