Skip to content
Snippets Groups Projects
Commit 51c34777 authored by Robin Appelman's avatar Robin Appelman
Browse files

extend test case

parent de43515c
No related branches found
No related tags found
No related merge requests found
......@@ -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'));
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment