Skip to content

Commit

Permalink
fix test case for append
Browse files Browse the repository at this point in the history
  • Loading branch information
icewind1991 committed Aug 28, 2018
1 parent aec9b6f commit c1a84fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/AbstractShareTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,7 @@ public function testWriteStream($name, $text) {
}

public function testAppendStream() {
$name = 'foo.txt';
$fh = $this->share->append($this->root . '/' . $name);
fwrite($fh, 'foo');
fclose($fh);
Expand Down

0 comments on commit c1a84fc

Please sign in to comment.