sessions: integration tests

Signed-off-by: chandi Langecker <git@chandi.it>
This commit is contained in:
chandi Langecker
2022-10-06 14:06:39 +02:00
parent c82a5a1228
commit 43a1b1a2e5
5 changed files with 137 additions and 1 deletions

View File

@@ -47,4 +47,8 @@ class ServerContext implements Context {
public function getReqestToken(): string {
return $this->requestToken;
}
public function getCurrentUser(): string {
return $this->currentUser;
}
}