Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2014-10-15 18:58:13 +0400
committerVincent Petry <pvince81@owncloud.com>2014-10-15 19:26:13 +0400
commit962b410fcc04e1b5e0d7c0337f50ba1e4e7238cd (patch)
tree4249d7ab8d870ae37a2024ee308eb45ea8168310
parent9878f001184e6324a47ec57ba1687350b02da7b5 (diff)
Remove FileInfo instance check
FileInfo class doesn't exist in stable6
-rwxr-xr-xapps/files_encryption/tests/share.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_encryption/tests/share.php b/apps/files_encryption/tests/share.php
index 19886bda430..a3bd1de8931 100755
--- a/apps/files_encryption/tests/share.php
+++ b/apps/files_encryption/tests/share.php
@@ -1099,7 +1099,6 @@ class Test_Encryption_Share extends \PHPUnit_Framework_TestCase {
// get the file info from previous created file
$fileInfo = \OC\Files\Filesystem::getFileInfo($folder);
- $this->assertTrue($fileInfo instanceof \OC\Files\FileInfo);
// share the folder
\OCP\Share::shareItem('folder', $fileInfo['fileid'], \OCP\Share::SHARE_TYPE_USER, \Test_Encryption_Share::TEST_ENCRYPTION_SHARE_USER2, OCP\PERMISSION_ALL);