protected function PHPUnit_Util_PHP_Windows::cleanup in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpunit/phpunit/src/Util/PHP/Windows.php \PHPUnit_Util_PHP_Windows::cleanup()
@since Method available since Release 3.5.12
Overrides PHPUnit_Util_PHP_Default::cleanup
1 call to PHPUnit_Util_PHP_Windows::cleanup()
- PHPUnit_Util_PHP_Windows::runJob in vendor/
phpunit/ phpunit/ src/ Util/ PHP/ Windows.php - Reading from STDOUT or STDERR hangs forever on Windows if the output is too large.
File
- vendor/
phpunit/ phpunit/ src/ Util/ PHP/ Windows.php, line 100
Class
- PHPUnit_Util_PHP_Windows
- Windows utility for PHP sub-processes.
Code
protected function cleanup() {
unlink($this->tempFile);
}