Mark test incomplete

This commit is contained in:
nathangray 2018-02-07 11:13:54 -07:00
parent 85c363a79e
commit 01e7ea5dfe

View File

@ -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);
}