コード例 #1
0
ファイル: LoadingTest.php プロジェクト: sobstel/Imaged
 public function testSupportsGif()
 {
     $img = Imaged::create(GIF_1);
     $this->assertEquals(IMAGETYPE_GIF, $img->getType());
 }