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?