mirror of
https://github.com/Ne-Lexa/php-zip.git
synced 2025-08-08 00:16:28 +02:00
minor fixes, ZipEntry tests
This commit is contained in:
@@ -22,6 +22,12 @@ class Zip64Test extends ZipTestCase
|
||||
*/
|
||||
public function testOver65535FilesInZip()
|
||||
{
|
||||
if (\PHP_INT_SIZE === 4) { // php 32 bit
|
||||
static::markTestSkipped('Only php-64 bit.');
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
$countFiles = 0xffff + 1;
|
||||
|
||||
$zipFile = new ZipFile();
|
||||
|
Reference in New Issue
Block a user