for($user)->create(); $this->getAs('api/overview', $user) ->assertJsonStructure([ 'most_played_songs' => ['*' => SongResource::JSON_STRUCTURE], 'recently_played_songs' => ['*' => SongResource::JSON_STRUCTURE], 'recently_added_albums' => ['*' => AlbumResource::JSON_STRUCTURE], 'recently_added_songs' => ['*' => SongResource::JSON_STRUCTURE], 'most_played_artists' => ['*' => ArtistResource::JSON_STRUCTURE], 'most_played_albums' => ['*' => AlbumResource::JSON_STRUCTURE], ]); } }