diff --git a/api/tests/Vfs/SharingTest.php b/api/tests/Vfs/SharingTest.php index 4ddf0bcd6d..18cd9f76dd 100644 --- a/api/tests/Vfs/SharingTest.php +++ b/api/tests/Vfs/SharingTest.php @@ -25,43 +25,6 @@ use EGroupware\Api\LoggedInTest as LoggedInTest; class SharingTest extends SharingBase { - /** - * How much should be logged to the console (stdout) - * - * 0 = Nothing - * 1 = info - * 2 = debug - */ - const LOG_LEVEL = 0; - - /** - * Keep track of shares to remove after - */ - protected $shares = Array(); - - /** - * Keep track of files to remove after - * @var Array - */ - protected $files = Array(); - - /** - * Keep track of mounts to remove after - */ - protected $mounts = Array(); - - /** - * Entries that have to be deleted after - */ - protected $entries = Array(); - - /** - * Options for searching the Vfs (Vfs::find()) - */ - const VFS_OPTIONS = array( - 'maxdepth' => 5 - ); - /** * Test to make sure a readonly link to home gives just readonly access, * and just to user's home