Searched refs:areEnvironmentVariablesInherited (Results 1 – 4 of 4) sorted by relevance
28 $this->assertTrue($proc->areEnvironmentVariablesInherited());35 $this->assertFalse($proc->areEnvironmentVariablesInherited());
1440 $this->assertFalse($process->areEnvironmentVariablesInherited());
55 * the `areEnvironmentVariablesInherited()`, `getOptions()`, and `setOptions()`
1306 public function areEnvironmentVariablesInherited() function in Symfony\\Component\\Process\\Process