Skip to content

Instantly share code, notes, and snippets.

@talha08
Created April 30, 2016 13:40
Show Gist options
  • Save talha08/c85dd53e7f2264036f4ba95d06029bab to your computer and use it in GitHub Desktop.
Save talha08/c85dd53e7f2264036f4ba95d06029bab to your computer and use it in GitHub Desktop.
public function setUp()
{
parent::setUp();
Route::enableFilters();
Artisan::call('migrate');
Artisan::call('db:seed');
Auth::loginUsingId(1);
// OR:
//$this->be(User::find(1));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment