Nicky De Maeyer

Results 11 comments of Nicky De Maeyer

We are also running into this issue, we want to patch codeception, and this patch is distributed in a package that also uses codeception in its own tests. I tested...

Currently found a workaround by poking around in the code that handles `messenger: true` config, since it basically does what I need, except it also passes it to a handler....

- Add the class from my previous post, and configure it as a data transformer (just create the class if autoconfigure is enabled) - add `receive: false` instead of `read:...

2024 and this issue still persists. running this container on a system you dont have root access on makes the config file uneditable and config/data/log folders unremovable.

I'm facing the same issue, path is duplicated when watch triggers grunt.

> I'm not actually sure it should be the role of Psalm to report this. > It seems to me that code style rules are perfectly equipped to enforce this...

I havent used another testing framework for a couple of years now, and this is somewhat of an edge case. Currently I see 3 options to fix this issue: -...

This indeed also causes memory leaks due to lingering services. The lingering references cause a chain effect where the entire kernel and container can not be garbage collected, and thus...

Thanks for the update! I tried it in our pipeline but sadly, no change for our use case.