Пример #1
0
 /**
  * Test that not supported format returns false.
  */
 public function testIsNotSupportedImageFormat()
 {
     $this->assertFalse(ThumbnailHelper::isSupportedImageFormat('image/bmp'));
 }