You are here

public function ApplicationTester::getOutput in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/console/Tester/ApplicationTester.php \Symfony\Component\Console\Tester\ApplicationTester::getOutput()

Gets the output instance used by the last execution of the application.

Return value

OutputInterface The current output instance

File

vendor/symfony/console/Tester/ApplicationTester.php, line 114

Class

ApplicationTester
Eases the testing of console applications.

Namespace

Symfony\Component\Console\Tester

Code

public function getOutput() {
  return $this->output;
}