Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. 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
Powered by Drupal