Tests: Add tests for sharing a board notifications
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
committed by
Julius Härtl
parent
ac1b1e826f
commit
d9c3aa44b9
@@ -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();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user