mirror of
https://github.com/Ne-Lexa/php-zip.git
synced 2025-07-30 20:20:11 +02:00
Improved Windows compatibility, fix #54
This commit is contained in:
@@ -76,7 +76,7 @@ class Zip64Test extends ZipTestCase
|
||||
self::assertCorrectZipArchive($this->outputFilename);
|
||||
|
||||
if (!is_dir($this->outputDirname)) {
|
||||
mkdir($this->outputDirname, 0755, true);
|
||||
static::assertTrue(mkdir($this->outputDirname, 0755, true));
|
||||
}
|
||||
|
||||
$zipFile->openFile($this->outputFilename);
|
||||
|
Reference in New Issue
Block a user