public function OutputFormatterTest::testFormatToStringObject in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/console/Tests/Formatter/OutputFormatterTest.php \Symfony\Component\Console\Tests\Formatter\OutputFormatterTest::testFormatToStringObject()
File
- vendor/symfony/ console/ Tests/ Formatter/ OutputFormatterTest.php, line 169 
Class
Namespace
Symfony\Component\Console\Tests\FormatterCode
public function testFormatToStringObject() {
  $formatter = new OutputFormatter(false);
  $this
    ->assertEquals('some info', $formatter
    ->format(new TableCell()));
}