extend test case
This commit is contained in:
parent
de43515cfa
commit
51c34777c4
1 changed files with 1 additions and 0 deletions
|
@ -33,5 +33,6 @@ class SMB extends Storage {
|
|||
$this->instance->mkdir('with spaces');
|
||||
$result = $this->instance->rename('with spaces', 'foo bar');
|
||||
$this->assertTrue($result);
|
||||
$this->assertTrue($this->instance->is_dir('foo bar'));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue