forked from extern/egroupware
Mark test incomplete
This commit is contained in:
parent
85c363a79e
commit
01e7ea5dfe
@ -79,8 +79,11 @@ class SharingTest extends LoggedInTest
|
||||
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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user