Example #1
0
 /**
  * @covers Image\Reader\Adapter\Ico::setBackgroundTransparent
  */
 public function testSetBackgroundTransparent()
 {
     $this->assertTrue($this->object->setBackgroundTransparent(true));
 }