mirror of
https://github.com/Ne-Lexa/php-zip.git
synced 2025-08-06 07:27:23 +02:00
fix test
This commit is contained in:
@@ -450,8 +450,6 @@ class ZipFileTest extends ZipTestCase
|
||||
{
|
||||
if (!\function_exists('mime_content_type')) {
|
||||
static::markTestSkipped('Function mime_content_type not exists');
|
||||
|
||||
return;
|
||||
}
|
||||
$outputFilename = $this->outputFilename;
|
||||
$this->outputFilename .= '.gif';
|
||||
|
Reference in New Issue
Block a user