-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
api: cloudfunctionsIssues related to the Cloud Run functions API.Issues related to the Cloud Run functions API.priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.samplesIssues that are directly related to samples.Issues that are directly related to samples.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
This is an issue tracking all requested refactors of Cloud Functions PHP samples.
- Add start scripts to
composer.json - Use trait-based
requestmethod instead of rawPOSTs in integration tests (e.g.$this->client->request('POST'-->$this->request(CloudEvent::fromArray($cloudevent));) - Use
processFunctionLogshelper. - New: Replace
assertContains()withassertStringContainsString()
Metadata
Metadata
Assignees
Labels
api: cloudfunctionsIssues related to the Cloud Run functions API.Issues related to the Cloud Run functions API.priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.samplesIssues that are directly related to samples.Issues that are directly related to samples.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.