protected function PHPUnit_Util_PHP_Windows::cleanup

@since Method available since Release 3.5.12

Overrides PHPUnit_Util_PHP::cleanup

File

drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/PHP/Windows.php, line 86

Class

PHPUnit_Util_PHP_Windows
Windows utility for PHP sub-processes.

Code

protected function cleanup() {
  unlink($this->tempFile);
}