We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9098d25 commit b5105a0Copy full SHA for b5105a0
1 file changed
tests/TarTestCase.php
@@ -696,7 +696,7 @@ public function testGetArchiveWithBzipCompress()
696
$tar->addFile("$dir/zero.txt", 'zero.txt');
697
$file = $tar->getArchive();
698
699
- $this->assertGreaterThanOrEqual(102, strlen($file)); // 1 header block + 2 footer blocks
+ $this->assertEquals(104, strlen(bin2hex($file))/2); // 1 header block + 2 footer blocks
700
}
701
702
public function testSaveWithCompressionAuto()
0 commit comments