Skip to content

Commit 0f4a5d6

Browse files
committed
add clear cache
1 parent 7aaacf3 commit 0f4a5d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/TarTestCase.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -697,6 +697,7 @@ public function testGetArchiveWithBzipCompress()
697697
$file = $tar->getArchive();
698698
$output = vfsStream::url('home_root_path/saved.tar.bz2');
699699
file_put_contents($output, $file);
700+
clearstatcache();
700701

701702
$this->assertEquals(104, filesize($output)); // 1 header block + 2 footer blocks
702703
}

0 commit comments

Comments
 (0)