mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Добавлена форма смены пароля и её тесты
This commit is contained in:
@ -16,4 +16,8 @@ class AccountSteps extends FunctionalTester {
|
||||
$I->amBearerAuthenticated($jwt);
|
||||
}
|
||||
|
||||
public function notLoggedIn() {
|
||||
$this->haveHttpHeader('Authorization', null);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user