1
0
mirror of https://github.com/Ne-Lexa/php-zip.git synced 2025-06-25 03:33:13 +02:00

removed test ZipInfo::__toString() (depends on time zone)

This commit is contained in:
Ne-Lexa
2020-02-04 11:58:47 +03:00
parent f3d769739b
commit ae6d47f47a

View File

@ -112,7 +112,5 @@ final class ZipInfoTest extends ZipTestCase
self::assertSame($zipInfo->getCompressionLevel(), $zipEntry->getCompressionLevel());
self::assertSame($zipInfo->getCompressionMethod(), $zipEntry->getCompressionMethod());
self::assertNotEmpty($zipInfo->toArray());
self::assertSame((string) $zipInfo, 'PhpZip\Model\ZipInfo {Name="META-INF/container.xml", Size="249 bytes", Compressed size="169 bytes", Modified time="2019-04-08T14:59:08+00:00", Comment="", Method name="Deflated", Attributes="------", Platform="MS-DOS", Version=20}');
}
}