You are here

public function CommandTesterTest::testGetDisplay in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/console/Tests/Tester/CommandTesterTest.php \Symfony\Component\Console\Tests\Tester\CommandTesterTest::testGetDisplay()

File

vendor/symfony/console/Tests/Tester/CommandTesterTest.php, line 59

Class

CommandTesterTest

Namespace

Symfony\Component\Console\Tests\Tester

Code

public function testGetDisplay() {
  $this
    ->assertEquals('foo' . PHP_EOL, $this->tester
    ->getDisplay(), '->getDisplay() returns the display of the last execution');
}