Home
last modified time | relevance | path

Searched refs:areEnvironmentVariablesInherited (Results 1 – 4 of 4) sorted by relevance

/plugin/jplayer/vendor/symfony/process/Tests/
H A DProcessBuilderTest.php28 $this->assertTrue($proc->areEnvironmentVariablesInherited());
35 $this->assertFalse($proc->areEnvironmentVariablesInherited());
H A DProcessTest.php1440 $this->assertFalse($process->areEnvironmentVariablesInherited());
/plugin/combo/vendor/symfony/process/
H A DCHANGELOG.md55 * the `areEnvironmentVariablesInherited()`, `getOptions()`, and `setOptions()`
/plugin/jplayer/vendor/symfony/process/
H A DProcess.php1306 public function areEnvironmentVariablesInherited() function in Symfony\\Component\\Process\\Process