Searched refs:isOutputDisabled (Results 1 – 6 of 6) sorted by relevance
38 if (!$process->isOutputDisabled()) {
187 $this->assertTrue($process->isOutputDisabled());197 $this->assertFalse($process->isOutputDisabled());
1025 $this->assertFalse($p->isOutputDisabled());1027 $this->assertTrue($p->isOutputDisabled());1029 $this->assertFalse($p->isOutputDisabled());1058 $this->assertTrue($p->isOutputDisabled());
508 public function isOutputDisabled() function in Symfony\\Component\\Process\\Process
566 public function isOutputDisabled() function in Symfony\\Component\\Process\\Process