mirror of
https://github.com/Ne-Lexa/php-zip.git
synced 2025-07-31 04:30:13 +02:00
Improved Windows compatibility, fix #54
This commit is contained in:
@@ -75,7 +75,7 @@ abstract class ZipFileSetTestCase extends ZipTestCase
|
||||
$zipEntryName = $localPath . $file;
|
||||
|
||||
if (isset($actualResultFiles[$file])) {
|
||||
static::assertTrue(isset($zipFile[$zipEntryName]));
|
||||
static::assertTrue(isset($zipFile[$zipEntryName]), 'Not found entry name ' . $zipEntryName);
|
||||
static::assertSame(
|
||||
$zipFile[$zipEntryName],
|
||||
$content,
|
||||
|
Reference in New Issue
Block a user