InteractsWithAuthentication (Foundation\Testing)

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 登录查看完整内容