コード例 #1
0
ファイル: IcoTest.php プロジェクト: npetrovski/php5-image
 /**
  * @covers Image\Reader\Adapter\Ico::setBackgroundTransparent
  */
 public function testSetBackgroundTransparent()
 {
     $this->assertTrue($this->object->setBackgroundTransparent(true));
 }