I'm using Laravel 4 and I followed JeffreyWay's testing book. Right now I'm working on testing my controllers. My specific question is in regards to line 69 of this: http://paste.laravel.com/v2B
Since I obviously can't do this, what do I need to do? I've tried also using
$user = $this->user;
but this didn't work. I'm very much new to unit testing, so I'm still trying to figure things out. Does anyone have suggestions of what I need to do?