mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-05 13:39:23 +01:00
Mark test incomplete
This commit is contained in:
parent
85c363a79e
commit
01e7ea5dfe
@ -79,8 +79,11 @@ class SharingTest extends LoggedInTest
|
|||||||
LoggedInTest::setupBeforeClass();
|
LoggedInTest::setupBeforeClass();
|
||||||
}
|
}
|
||||||
|
|
||||||
public function _testHomeReadonly()
|
public function testHomeReadonly()
|
||||||
{
|
{
|
||||||
|
$this->markTestIncomplete(
|
||||||
|
'This test has not been implemented yet.'
|
||||||
|
);
|
||||||
$this->readableLink('/home/'.$GLOBALS['egw_info']['user']['account_lid'], Sharing::READONLY);
|
$this->readableLink('/home/'.$GLOBALS['egw_info']['user']['account_lid'], Sharing::READONLY);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user