Tests: Add tests for sharing a board notifications

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2017-10-03 19:39:29 +02:00
committed by Julius Härtl
parent ac1b1e826f
commit d9c3aa44b9
2 changed files with 77 additions and 1 deletions

View File

@@ -38,4 +38,12 @@ class User extends RelationalObject {
'displayname' => $this->object->getDisplayName()
];
}
public function getUID() {
return $this->object->getUID();
}
public function getDisplayName() {
return $this->object->getDisplayName();
}
}