Testing custom auth guard
Hi, i have a panel that uses a custom authGuard and custom login page, defined in the panel like this:
$panel->authGuard('mamritz')
->login(MamritzLogin::class)
i want to test the login page, but when i test the login page directly it uses the default web guard. any idea how to test the login page actually uses the 'mamritz' auth guard?
Thanks
0 Replies