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