sessions: integration tests
Signed-off-by: chandi Langecker <git@chandi.it>
This commit is contained in:
@@ -47,4 +47,8 @@ class ServerContext implements Context {
|
||||
public function getReqestToken(): string {
|
||||
return $this->requestToken;
|
||||
}
|
||||
|
||||
public function getCurrentUser(): string {
|
||||
return $this->currentUser;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user