Esempio n. 1
0
 /**
  * @expectedException CM_Exception_Invalid
  * @expectedExceptionMessage Invalid format
  */
 public function testGetExtensionByFormatInvalid()
 {
     CM_Image_Image::getExtensionByFormat(-999);
 }