Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
DefaultPhpProcess.php
function DefaultPhpProcess::cleanup
1 call to
DefaultPhpProcess::cleanup()
DefaultPhpProcess::runProcess
in vendor/
phpunit/
phpunit/
src/
Util/
PHP/
DefaultPhpProcess.php
Handles creating the child process and returning the STDOUT and STDERR.
File
vendor/
phpunit/
phpunit/
src/
Util/
PHP/
DefaultPhpProcess.php
, line 142
Class
DefaultPhpProcess
@no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
Namespace
PHPUnit\Util\PHP
Code
protected
function
cleanup
() : void {
if
(
$this
->
tempFile
) {
unlink
(
$this
->
tempFile
); } }
RSS feed