extend test case

This commit is contained in:
Robin Appelman 2013-10-02 22:28:19 +02:00
parent de43515cfa
commit 51c34777c4
1 changed files with 1 additions and 0 deletions

View File

@ -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'));
}
}