Skip to content

Commit 8fdc21e

Browse files
committed
Merge branch 'release/3.3.0'
2 parents b3b676e + ae6d47f commit 8fdc21e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/ZipInfoTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,5 @@ public function testZipInfo()
112112
self::assertSame($zipInfo->getCompressionLevel(), $zipEntry->getCompressionLevel());
113113
self::assertSame($zipInfo->getCompressionMethod(), $zipEntry->getCompressionMethod());
114114
self::assertNotEmpty($zipInfo->toArray());
115-
116-
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}');
117115
}
118116
}

0 commit comments

Comments
 (0)