roadrunner-temporal icon indicating copy to clipboard operation
roadrunner-temporal copied to clipboard

feature: acceptance tests

Open roxblnfk opened this issue 3 months ago • 0 comments

Reason for This PR

Adds acceptance tests to verify the integration between RoadRunner Temporal plugin, PHP SDK, and Temporal.

Description of Changes

  • Added acceptance tests infrastructure in tests/acceptance/
    • Included PHP SDK as a git submodule for testing
    • Created README with setup instructions for running tests
  • Added Github Workflow

License Acceptance

By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.

PR Checklist

  • [x] All commits in this PR are signed (git commit -s).
  • [x] The reason for this PR is clearly provided (issue no. or explanation).
  • [x] The description of changes is clear and encompassing.
  • [x] Any required documentation changes (code and docs) are included in this PR.
  • [ ] Any user-facing changes are mentioned in CHANGELOG.md.
  • [x] All added/changed functionality is tested.

roxblnfk avatar Nov 11 '25 19:11 roxblnfk