InteractsWithAuthentication

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.

doc_Laravel
2016-11-02 16:21:36
Comments
Leave a Comment

Please login to continue.