コード例 #1
0
ファイル: ImageTypeTest.php プロジェクト: raphydev/onep
 public function testGetName()
 {
     $type = new ImageType();
     $this->assertEquals('liip_imagine_image', $type->getName());
 }