mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
Some more test work
- Fix filesystem mountpoint, should have gone into home for access restrictions. Still fails though
This commit is contained in:
parent
ce853bd713
commit
e02fad1731
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user