create(); Interaction::factory(5)->create([ 'user_id' => $user->id, ]); $this->getAsUser('api/favorites', $user) ->assertJsonStructure(['*' => SongTest::JSON_STRUCTURE]); } }