Test sharing a file to a card
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -19,6 +19,14 @@ class ServerContext implements Context {
|
||||
public static function addFilesToSkeleton() {
|
||||
}
|
||||
|
||||
/**
|
||||
* @Given /^acting as user "([^"]*)"$/
|
||||
*/
|
||||
public function actingAsUser($user) {
|
||||
$this->loggingInUsingWebAs($user);
|
||||
$this->asAn($user);
|
||||
}
|
||||
|
||||
public function getCookieJar(): CookieJar {
|
||||
return $this->cookieJar;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user