mirror of
https://github.com/Ne-Lexa/php-zip.git
synced 2025-08-06 15:36:28 +02:00
minor fixes, ZipEntry tests
This commit is contained in:
@@ -57,8 +57,7 @@ class ZipPasswordTest extends ZipFileSetTestCase
|
||||
try {
|
||||
$zipFile[$entryName];
|
||||
static::fail('Expected Exception has not been raised.');
|
||||
} catch (ZipAuthenticationException $ae) {
|
||||
static::assertContains('Invalid password', $ae->getMessage());
|
||||
} catch (ZipException $e) {
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user