1
0
mirror of https://github.com/Ne-Lexa/php-zip.git synced 2025-08-06 07:27:23 +02:00
This commit is contained in:
Ne-Lexa
2021-05-21 09:02:22 +03:00
parent ac3533dece
commit c9130665cd
3 changed files with 19 additions and 29 deletions

View File

@@ -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';