mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Some more debug for Travis
This commit is contained in:
parent
a7a2092a48
commit
77a71d1c9c
@ -424,6 +424,7 @@ class SharingBase extends LoggedInTest
|
||||
echo __METHOD__ . "('$path',$mode)\n";
|
||||
}
|
||||
// Setup - create path and share
|
||||
$_SERVER['HTTP_HOST'] = 'localhost';
|
||||
$share = $this->createShare($path, $mode, $extra);
|
||||
$link = Vfs\Sharing::share2link($share);
|
||||
echo __METHOD__ . " link: $link\n";
|
||||
|
@ -33,7 +33,7 @@ class SharingTest extends SharingBase
|
||||
{
|
||||
$dir = Vfs::get_home_dir().'/';
|
||||
error_log(__METHOD__ . " Dir: $dir");
|
||||
var_dump($GLOBALS['egw_info']['server']);
|
||||
error_log(array2string($GLOBALS['egw_info']['server']));
|
||||
$this->checkDirectory($dir, Sharing::READONLY);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user