--TEST-- image_type_to_mime_type() --SKIPIF-- --FILE-- --EXPECT-- array(9) { ["test1pix.bmp"]=> string(9) "image/bmp" ["test1pix.jpc"]=> string(10) "image/jpeg" ["test1pix.jpg"]=> string(10) "image/jpeg" ["test2pix.gif"]=> string(9) "image/gif" ["test4pix.gif"]=> string(9) "image/gif" ["test4pix.iff"]=> string(9) "image/iff" ["test4pix.png"]=> string(9) "image/png" ["test4pix.psd"]=> string(9) "image/psd" ["test4pix.tif"]=> string(10) "image/tiff" }