Example #1
0
 /**
  * @covers Image\Reader\Adapter\Ico::totalIcons
  */
 public function testTotalIcons()
 {
     $this->object->getImage(dirname(__FILE__) . '/../../../image.ico');
     $this->assertEquals(5, $this->object->totalIcons());
 }