You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If want to log an user in my application to test, I can do the following
public function setUp() {
$this->be(App\User::first()) //now I'm logged to that first user in any test inside this class
}
How can I do the following with this package? Is it possible?
The text was updated successfully, but these errors were encountered:
How can I do the following using this package?
If want to log an user in my application to test, I can do the following
public function setUp() {
$this->be(App\User::first()) //now I'm logged to that first user in any test inside this class
}
How can I do the following with this package? Is it possible?
The text was updated successfully, but these errors were encountered: