Jeffrey shows a lot of that and more in the newest series: https://laracasts.com/series/lets-build-a-forum-with-laravel
Basically in the test, create a new user and log them in and use that user for the test. Since you'll do that a lot, it might be best to create a new class and then have your test class extend that and create a method to create a user and log them in.