From 01e7ea5dfe3fa65a498286369b12ab9afa937406 Mon Sep 17 00:00:00 2001 From: nathangray Date: Wed, 7 Feb 2018 11:13:54 -0700 Subject: [PATCH] Mark test incomplete --- api/tests/Vfs/SharingTest.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/api/tests/Vfs/SharingTest.php b/api/tests/Vfs/SharingTest.php index 353a4d74ab..3a4b70af4d 100644 --- a/api/tests/Vfs/SharingTest.php +++ b/api/tests/Vfs/SharingTest.php @@ -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); }