PHP SDK - integration with PHPUnit hard to confiugre

I have tried to integrate PHPunit testing for my workflows, however the documentation is not very clear about the steps we have to follow.

The code examples are not contextualized and therefore does not give much insight on what is going wrong if you are not used to Temporal and Roadrunner internals.

The AI assistant helps a bit but it mostly repeats code examples found inside the documentation.

I need to setup a test environment, including coverage integration on an API Platform application using Symfony. How should I proceed?

Hi @gplanchat

Would you open an issue in the GitHub - temporalio/samples-php: Temporal PHP SDK samples repo, and we can continue from there?

Thanks for the feedback

Antonio

Hi, @antonio.perez was the the issue created or solved? Couldn’t find it in repository
I’m facing the same problem as @gplanchat

Hi.
You can see an example of using PhpUnit with the PHP SDK testing tools there: samples-php/app/tests/Feature at master · temporalio/samples-php · GitHub