abstract class PHPUnit_Util_PHP

Utility methods for PHP sub-processes.

@package PHPUnit @subpackage Util @author Sebastian Bergmann <sebastian@phpunit.de> @copyright 2001-2013 Sebastian Bergmann <sebastian@phpunit.de> @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License @link http://www.phpunit.de/ @since Class available since Release 3.4.0

Hierarchy

Expanded class hierarchy of PHPUnit_Util_PHP

File

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

View source

Members

Namesort descending Modifiers Type Description Overrides
PHPUnit_Util_PHP::$phpBinary protected property
PHPUnit_Util_PHP::cleanup protected function @since Method available since Release 3.5.12 1
PHPUnit_Util_PHP::factory public static function @since Method available since Release 3.5.12
PHPUnit_Util_PHP::getException protected function Gets the thrown exception from a PHPUnit_Framework_TestFailure.
PHPUnit_Util_PHP::getPhpBinary protected function Returns the path to a PHP interpreter.
PHPUnit_Util_PHP::process abstract protected function @since Method available since Release 3.5.12 2
PHPUnit_Util_PHP::processChildResult protected function Processes the TestResult object from an isolated process.
PHPUnit_Util_PHP::runJob public function Runs a single job (PHP code) using a separate PHP process.