Ejemplo n.º 1
0
 public function testSupportsGif()
 {
     $img = Imaged::create(GIF_1);
     $this->assertEquals(IMAGETYPE_GIF, $img->getType());
 }