Exemplo n.º 1
0
 public function testIsDecorated()
 {
     $this->output->isDecorated()->willReturn(true)->shouldBeCalled();
     $this->assertTrue($this->io->isDecorated());
 }