protected function PHPUnit_Util_PHP_Default::cleanup in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/phpunit/phpunit/src/Util/PHP/Default.php \PHPUnit_Util_PHP_Default::cleanup()
@since Method available since Release 3.5.12
1 call to PHPUnit_Util_PHP_Default::cleanup()
- PHPUnit_Util_PHP_Default::runJob in vendor/
phpunit/ phpunit/ src/ Util/ PHP/ Default.php - Runs a single job (PHP code) using a separate PHP process.
1 method overrides PHPUnit_Util_PHP_Default::cleanup()
- PHPUnit_Util_PHP_Windows::cleanup in vendor/
phpunit/ phpunit/ src/ Util/ PHP/ Windows.php - @since Method available since Release 3.5.12
File
- vendor/
phpunit/ phpunit/ src/ Util/ PHP/ Default.php, line 77
Class
- PHPUnit_Util_PHP_Default
- Default utility for PHP sub-processes.
Code
protected function cleanup() {
}