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 7aaacf3 commit 0f4a5d6Copy full SHA for 0f4a5d6
tests/TarTestCase.php
@@ -697,6 +697,7 @@ public function testGetArchiveWithBzipCompress()
697
$file = $tar->getArchive();
698
$output = vfsStream::url('home_root_path/saved.tar.bz2');
699
file_put_contents($output, $file);
700
+ clearstatcache();
701
702
$this->assertEquals(104, filesize($output)); // 1 header block + 2 footer blocks
703
}
0 commit comments