From 6711e3a75fba1fa4fcc3f41b4d0aa9e6c2e416cb Mon Sep 17 00:00:00 2001 From: nathangray Date: Mon, 6 Apr 2020 11:00:42 -0600 Subject: [PATCH] Fix collabora tests to use correct class (Wopi) rather than parent --- api/tests/Vfs/SharingBase.php | 1 + 1 file changed, 1 insertion(+) diff --git a/api/tests/Vfs/SharingBase.php b/api/tests/Vfs/SharingBase.php index 469c09ffd0..ad7e71a9fb 100644 --- a/api/tests/Vfs/SharingBase.php +++ b/api/tests/Vfs/SharingBase.php @@ -473,6 +473,7 @@ class SharingBase extends LoggedInTest } // Setup for share to load + $_GET['access_token'] = $share['share_token']; $_SERVER['REQUEST_URI'] = $link; preg_match('|^https?://[^/]+(/.*)share.php/'.$share['share_token'].'$|', $path_info=$_SERVER['REQUEST_URI'], $matches); $_SERVER['SCRIPT_NAME'] = $matches[1];