标签: php image unit-testing phpunit
有没有办法使用phpunit检查特定文件是否是图像?
答案 0 :(得分:4)
您可以使用'mime_content_type'函数来获取文件的MIME类型。然后,例如,您可以声明返回的值等于'image / png'或以'image'开头。