Searched refs:mustRun (Results 1 – 6 of 6) sorted by relevance
14 * added `$env` argument to `Process::start()`, `run()`, `mustRun()` and `restart()` methods25 * added the convenience method "mustRun"
227 public function mustRun(callable $callback = null/*, array $env = []*/) function in Symfony\\Component\\Process\\Process
51 `mustRun()`, and `restart()` methods of the `Process` class73 * added `$env` argument to `Process::start()`, `run()`, `mustRun()` and `restart()` methods84 * added the convenience method "mustRun"
269 public function mustRun(callable $callback = null, array $env = []): self function in Symfony\\Component\\Process\\Process
267 $process->mustRun();
514 $this->assertSame($process, $process->mustRun());522 $process = $this->getProcess('echo foo')->mustRun();532 $process->mustRun();