extend test case

remotes/origin/stable6
Robin Appelman 2013-10-02 22:28:19 +07:00
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'));
}
}