Home
last modified time | relevance | path

Searched refs:useTempFile (Results 1 – 2 of 2) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/
H A DDefault.php24 protected $useTempFile = false; variable in PHPUnit_Util_PHP_Default
38 if ($this->useTempFile || $this->stdin) {
H A DWindows.php21 protected $useTempFile = true; variable in PHPUnit_Util_PHP_Windows