diff options
author | Bjoern Schiessle <bjoern@schiessle.org> | 2016-06-07 12:28:02 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2016-06-09 15:15:17 +0200 |
commit | bb54ab0db8bfa1ea62bfa2404cb084a9a68d6e20 (patch) | |
tree | 8127443d4c554ebcd1401ce8227408038f8717e2 /apps/files_sharing/tests/Controllers | |
parent | fc3ad7d5f7acb018329b22d5120c03cd07feecd6 (diff) | |
download | nextcloud-server-bb54ab0db8bfa1ea62bfa2404cb084a9a68d6e20.tar.gz nextcloud-server-bb54ab0db8bfa1ea62bfa2404cb084a9a68d6e20.zip |
add hide file list option
Diffstat (limited to 'apps/files_sharing/tests/Controllers')
-rw-r--r-- | apps/files_sharing/tests/Controllers/ShareControllerTest.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files_sharing/tests/Controllers/ShareControllerTest.php b/apps/files_sharing/tests/Controllers/ShareControllerTest.php index d97b3a14928..b1c6daaf64a 100644 --- a/apps/files_sharing/tests/Controllers/ShareControllerTest.php +++ b/apps/files_sharing/tests/Controllers/ShareControllerTest.php @@ -372,6 +372,8 @@ class ShareControllerTest extends \Test\TestCase { 'previewEnabled' => true, 'previewMaxX' => 1024, 'previewMaxY' => 1024, + 'hideFileList' => false, + 'shareOwner' => 'ownerDisplay' ); $csp = new \OCP\AppFramework\Http\ContentSecurityPolicy(); |