Dmitri Chebotarev
Dmitri Chebotarev
I'm very confused what you are trying to test. It seems like your method is returning a fixed empty object. ```php protected function createObject() { return new stdClass(); } ```...
Would this help? https://github.com/krakjoe/pcov-clobber
@diegonc Thanks, this workaround works great for the time being.
I noticed this only after you mentioned it, for some reason the editor inserts a `` tag right after the link (only if you go into code view). So to...
Hi @robmadole , I'll try and report back next week.
Hi @robmadole, thanks I can confirm that this has indeed been fixed in 6.5.1! closing the issue.
@Strongleong I feel your pain about the legacy setup, been there. Have you tried Dan's suggestion? You shared the structure of your project which shows that the root is using...