aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/tests/hooks.php
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2014-06-23 17:13:56 +0200
committerBjoern Schiessle <schiessle@owncloud.com>2014-06-25 12:27:30 +0200
commit3d0805f27d1d84399ed87403f33cfbde556ae69a (patch)
treeb368d3a1c70a63bc505583b688a25720566b80c6 /apps/files_encryption/tests/hooks.php
parent709691548dbf72c5763879136f3a0ba4e8a0c135 (diff)
downloadnextcloud-server-3d0805f27d1d84399ed87403f33cfbde556ae69a.tar.gz
nextcloud-server-3d0805f27d1d84399ed87403f33cfbde556ae69a.zip
always use a \OC\Files\View
Diffstat (limited to 'apps/files_encryption/tests/hooks.php')
-rw-r--r--apps/files_encryption/tests/hooks.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_encryption/tests/hooks.php b/apps/files_encryption/tests/hooks.php
index 79699a3ef35..5eda8df01b9 100644
--- a/apps/files_encryption/tests/hooks.php
+++ b/apps/files_encryption/tests/hooks.php
@@ -307,7 +307,7 @@ class Test_Encryption_Hooks extends \PHPUnit_Framework_TestCase {
$this->assertTrue($this->rootView->is_dir('/' . self::TEST_ENCRYPTION_HOOKS_USER1 . '/files/' . $this->folder . '/' . $this->folder));
- // move the file out of the shared folder
+ // move the file to the sub-subfolder
$root = $this->rootView->getRoot();
$this->rootView->chroot('/' . self::TEST_ENCRYPTION_HOOKS_USER1 . '/files/');
$this->rootView->rename($this->filename, '/' . $this->folder . '/' . $this->folder . '/' . $this->filename);