public function ApplicationTesterTest::testGetDisplay in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/console/Tests/Tester/ApplicationTesterTest.php \Symfony\Component\Console\Tests\Tester\ApplicationTesterTest::testGetDisplay()
File
- vendor/
symfony/ console/ Tests/ Tester/ ApplicationTesterTest.php, line 60
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');
}