Пример #1
0
 public function actionSandbox()
 {
     echo "Process Sandbox<br/>";
     $pid = ProcessHelper::run("Testing Run Once", "yiic test test --name=abcd");
     if (!$pid) {
         echo "Unable to run command, please check Process Manager";
     }
 }