Add integration test for attachment handling on cards

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2022-10-31 11:46:29 +01:00
parent 7ecb215957
commit ab7da85964
6 changed files with 169 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ class ServerContext implements Context {
}
public function getCookieJar(): CookieJar {
echo $this->currentUser;
return $this->cookieJar;
}