diff options
Diffstat (limited to 'apps/files_external')
-rw-r--r-- | apps/files_external/tests/smb.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_external/tests/smb.php b/apps/files_external/tests/smb.php index 86dbd3ab88d..0291f293fa6 100644 --- a/apps/files_external/tests/smb.php +++ b/apps/files_external/tests/smb.php @@ -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')); } } |