Some more test work

- Fix filesystem mountpoint, should have gone into home for access restrictions.  Still fails though
This commit is contained in:
nathangray 2020-09-21 12:24:13 -06:00
parent ce853bd713
commit e02fad1731

View File

@ -19,7 +19,7 @@ use EGroupware\Api\Vfs;
class StreamWrapperTest extends Vfs\StreamWrapperBase
{
public static $mountpoint = '/test/filesystem';
public static $mountpoint = '/home/demo/filesystem';
protected function setUp() : void
{
@ -33,7 +33,7 @@ class StreamWrapperTest extends Vfs\StreamWrapperBase
parent::tearDown();
}
protected function mount(): void
protected function mount(): void
{
$this->mountFilesystem(static::$mountpoint);
}