diff --git a/api/tests/Vfs/SharingBase.php b/api/tests/Vfs/SharingBase.php index 421208738e..e354e1b4ad 100644 --- a/api/tests/Vfs/SharingBase.php +++ b/api/tests/Vfs/SharingBase.php @@ -426,7 +426,7 @@ class SharingBase extends LoggedInTest // Setup - create path and share $share = $this->createShare($path, $mode, $extra); $link = Vfs\Sharing::share2link($share); - //echo __METHOD__ . " link: $link\n"; + echo __METHOD__ . " link: $link\n"; if(static::LOG_LEVEL) { diff --git a/api/tests/Vfs/SharingTest.php b/api/tests/Vfs/SharingTest.php index 45f6c0a00c..98e3301e63 100644 --- a/api/tests/Vfs/SharingTest.php +++ b/api/tests/Vfs/SharingTest.php @@ -33,6 +33,7 @@ class SharingTest extends SharingBase { $dir = Vfs::get_home_dir().'/'; error_log(__METHOD__ . " Dir: $dir"); +var_dump($GLOBALS['egw_info']['server']); $this->checkDirectory($dir, Sharing::READONLY); }