mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 09:14:06 +02:00
unlink seems to work on directories with newer libsmbclient
This commit is contained in:
parent
43e2bd5966
commit
999d6687ca
1 changed files with 0 additions and 9 deletions
|
|
@ -350,15 +350,6 @@ abstract class AbstractShareTest extends TestCase {
|
|||
$this->share->rmdir($this->root . '/foobar');
|
||||
}
|
||||
|
||||
/**
|
||||
* @expectedException \Icewind\SMB\Exception\InvalidTypeException
|
||||
*/
|
||||
public function testDelFolder() {
|
||||
$this->share->mkdir($this->root . '/foobar');
|
||||
$this->share->del($this->root . '/foobar');
|
||||
$this->share->rmdir($this->root . '/foobar');
|
||||
}
|
||||
|
||||
/**
|
||||
* @dataProvider invalidPathProvider
|
||||
* @expectedException \Icewind\SMB\Exception\InvalidPathException
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue