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 9711a65 commit e6e5a8eCopy full SHA for e6e5a8e
tests/TarTestCase.php
@@ -698,7 +698,7 @@ public function testGetArchiveWithBzipCompress()
698
$tar->addFile("$dir/zero.txt", 'zero.txt');
699
$file = $tar->getArchive();
700
701
- $this->assertEquals(102, strlen($file)); // 1 header block + 2 footer blocks
+ $this->assertInternalType('string', $file); // 1 header block + 2 footer blocks
702
}
703
704
public function testSaveWithCompressionAuto()
0 commit comments