示例#1
0
 public function testSetIsDecorated()
 {
     $output = new TestOutput();
     $output->setDecorated(true);
     $this->assertTrue($output->isDecorated(), 'setDecorated() sets the decorated flag');
 }