1
0
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:
wapplay-home-linux
2017-11-14 08:47:25 +03:00
parent ec919808d0
commit 129e69c293
5 changed files with 38 additions and 41 deletions

View File

@@ -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()
{