create(); $this->putAs('api/songs/publicize', ['songs' => Song::query()->pluck('id')->all()], $owner) ->assertForbidden(); $this->putAs('api/songs/privatize', ['songs' => Song::query()->pluck('id')->all()], $owner) ->assertForbidden(); } }