I migrated some commands to laminas-cli for a module we use in various projects.
I can run ./vendor/bin/laminas module:command from the projects that import the module without a problem, so that’s good
However, I’m struggling with figuring out a good way to run CI tests in the module itself. I want to run the commands in CI.
Does anyone have any suggestions? It looks like the laminas command supports --container=, however, I’m not sure how to make it without making another Application itself.