InteractsWithAuthentication
trait InteractsWithAuthentication (View source)
Methods
$this | seeIsAuthenticated(string|null $guard = null) Assert that the user is authenticated. | |
$this | dontSeeIsAuthenticated(string|null $guard = null) Assert that the user is not authenticated. | |
$this | seeIsAuthenticatedAs($user, string|null $guard = null) Assert that the user is authenticated as the given user. | |
$this | seeCredentials(array $credentials, string|null $guard = null) Assert that the given credentials are valid. | |
$this | dontSeeCredentials(array $credentials, string|null $guard = null) Assert that the given credentials are invalid. |
Please login to continue.