create(); Interaction::factory(5)->for($user)->create(['liked' => true]); $this->getAs('api/songs/favorite', $user) ->assertJsonStructure(['*' => SongTest::JSON_STRUCTURE]); } }