You are here

private function ProcessHelperTest::getOutputStream in Zircon Profile 8

Same name and namespace in other branches
  1. 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

ProcessHelperTest

Namespace

Symfony\Component\Console\Tests\Helper

Code

private function getOutputStream($verbosity) {
  return new StreamOutput(fopen('php://memory', 'r+', false), $verbosity, false);
}