private function ProcessHelperTest::getOutputStream in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/console/Tests/Helper/ProcessHelperTest.php \Symfony\Component\Console\Tests\Helper\ProcessHelperTest::getOutputStream()
2 calls to ProcessHelperTest::getOutputStream()
- ProcessHelperTest::testPassedCallbackIsExecuted in vendor/
symfony/ console/ Tests/ Helper/ ProcessHelperTest.php - ProcessHelperTest::testVariousProcessRuns in vendor/
symfony/ console/ Tests/ Helper/ ProcessHelperTest.php - @dataProvider provideCommandsAndOutput
File
- vendor/
symfony/ console/ Tests/ Helper/ ProcessHelperTest.php, line 106
Class
Namespace
Symfony\Component\Console\Tests\HelperCode
private function getOutputStream($verbosity) {
return new StreamOutput(fopen('php://memory', 'r+', false), $verbosity, false);
}