Skip to content

Commit c1a84fc

Browse files
committed
fix test case for append
1 parent aec9b6f commit c1a84fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/AbstractShareTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,7 @@ public function testWriteStream($name, $text) {
475475
}
476476

477477
public function testAppendStream() {
478+
$name = 'foo.txt';
478479
$fh = $this->share->append($this->root . '/' . $name);
479480
fwrite($fh, 'foo');
480481
fclose($fh);

0 commit comments

Comments
 (0)