mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Extract login logics into a separate component. Not quite clean result but enough for upcoming tasks
This commit is contained in:
@@ -8,7 +8,7 @@ use api\tests\FunctionalTester;
|
||||
use OTPHP\TOTP;
|
||||
|
||||
// TODO: very outdated tests. Need to rewrite
|
||||
class LoginCest {
|
||||
final class LoginCest {
|
||||
|
||||
public function testLoginEmailOrUsername(FunctionalTester $I): void {
|
||||
$route = new AuthenticationRoute($I);
|
||||
|
||||
Reference in New Issue
Block a user