protected function SimpleProcessTest::setUp in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/process/Tests/SimpleProcessTest.php \Symfony\Component\Process\Tests\SimpleProcessTest::setUp()
File
- vendor/
symfony/ process/ Tests/ SimpleProcessTest.php, line 20
Class
Namespace
Symfony\Component\Process\TestsCode
protected function setUp() {
ob_start();
phpinfo(INFO_GENERAL);
$this->enabledSigchild = false !== strpos(ob_get_clean(), '--enable-sigchild');
}