-
Trying to make use of the new Laravel Parallel Testing work, but the run fails with the decline reason
Looks like Has anyone come up with a solution to make this work? Perhaps we could see this being solved in a foreseeable future? Parallel test work upon removing event sourcing from the project. Running these versions and dependencies:
Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I am running into the same problem now. Did you find a solution for it? @Vladelis |
Beta Was this translation helpful? Give feedback.
I found my mistake. I used pest and initialized a dummy class, which inadvertently initialized some event sourcing classes, outside of all functions. As a result, the class could not be instantiated since the container was not defined.