added append() to Wrapped/Share as proxy to Native/Share

This commit is contained in:
Raffael Sahli 2018-08-17 14:17:04 +02:00 committed by Robin Appelman
commit 1cb1f3f56a
5 changed files with 32 additions and 29 deletions

View file

@ -57,11 +57,4 @@ class ShareTest extends AbstractShareTest {
$share = $this->server->getShare($this->config->share);
$share->dir($this->root);
}
/**
* @expectedException \Icewind\SMB\Exception\InvalidRequestException
*/
public function testAppendStream() {
$fh = $this->share->append($this->root . '/' . $name);
}
}