protected function setUp()
 {
     $testUser = '******';
     OCP\User::$LOGGEDIN = true;
     OCP\User::$USER = $testUser;
     OC_RoundCube_App::$DB_USER = $testUser;
     OC_RoundCube_App::$LOGIN_USER = $testUser;
 }