abstract public function PHPUnit_Util_PHP::runJob in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/phpunit/phpunit/src/Util/PHP.php \PHPUnit_Util_PHP::runJob()
Runs a single job (PHP code) using a separate PHP process.
Parameters
string $job:
array $settings:
Return value
array
Throws
1 call to PHPUnit_Util_PHP::runJob()
- PHPUnit_Util_PHP::runTestJob in vendor/
phpunit/ phpunit/ src/ Util/ PHP.php - Runs a single test in a separate PHP process.
1 method overrides PHPUnit_Util_PHP::runJob()
- 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.
File
- vendor/
phpunit/ phpunit/ src/ Util/ PHP.php, line 61
Class
- PHPUnit_Util_PHP
- Utility methods for PHP sub-processes.
Code
public abstract function runJob($job, array $settings = array());