support append for smbclient backend

This commit is contained in:
Robin Appelman 2019-10-21 16:46:46 +02:00
commit aa6214a257
2 changed files with 14 additions and 8 deletions

View file

@ -37,13 +37,6 @@ class ShareTest extends AbstractShareTest {
$this->share->mkdir($this->root);
}
/**
* @expectedException \Icewind\SMB\Exception\DependencyException
*/
public function testAppendStream() {
$this->share->append($this->root . '/foo');
}
/**
* @expectedException \Icewind\SMB\Exception\ConnectException
*/