make(); $this->actingAs($user) ->get('/') ->assertSee(url('/avatar/user/'.$user->uid.'/25')); $this->actingAs($user) ->get('/skinlib') ->assertSee(url('/avatar/user/'.$user->uid.'/25')); $this->actingAs($user) ->get('/user') ->assertSee(url('/avatar/user/'.$user->uid.'/25')); } }