sessions: integration tests

Signed-off-by: chandi Langecker <git@chandi.it>
This commit is contained in:
chandi Langecker
2023-01-03 12:43:59 +01:00
parent c82a5a1228
commit 43a1b1a2e5
5 changed files with 137 additions and 1 deletions
@@ -47,4 +47,8 @@ class ServerContext implements Context {
public function getReqestToken(): string {
return $this->requestToken;
}
public function getCurrentUser(): string {
return $this->currentUser;
}
}