public function CommandTesterTest::testGetDisplay in Zircon Profile 8.0
Same name and namespace in other branches
- 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
Namespace
Symfony\Component\Console\Tests\TesterCode
public function testGetDisplay() {
$this
->assertEquals('foo' . PHP_EOL, $this->tester
->getDisplay(), '->getDisplay() returns the display of the last execution');
}