mirror of
https://github.com/Ne-Lexa/php-zip.git
synced 2025-08-07 07:56:28 +02:00
fixed some errors tests for php-32 bit platform
This commit is contained in:
@@ -83,7 +83,7 @@ class PhpZipExtResourceTest extends ZipTestCase
|
||||
* Bug #49072 (feof never returns true for damaged file in zip)
|
||||
* @see https://github.com/php/php-src/blob/master/ext/zip/tests/bug49072.phpt
|
||||
* @expectedException \PhpZip\Exception\Crc32Exception
|
||||
* @expectedExceptionMessage file1 (expected CRC32 value 0xc935c834, but is actually 0x76301511)
|
||||
* @expectedExceptionMessage file1
|
||||
*/
|
||||
public function testBug49072()
|
||||
{
|
||||
|
Reference in New Issue
Block a user