Pierrick Charron

Results 9 comments of Pierrick Charron

Hi, i'll have a look at how easy it could be to do such a thing and how reliable it would be. The use detector may detect that a use...

Thanks a lot for your contribution. I had a quick look and it looks good at first. I'll have more time to check it again in more details this week....

Hi Fred :-) This is because the default answer strategy used is `SmartDefaultAnswer`. I think a good addition would be to add a new `IAnswer` implementation that does what you...

Hi :-) Could you please submit a pull request ? I see that you created a fix on your repo but you need to submit a pull request. Thanks

I added some comments on the code review. I have some concerns with memory usage with the crurent implementation.

My concern with this PR is that with the proposed implementation, every time a partialMock is created, a new class is declared which increase the memory usage and might be...

The problem is that it's a class definition, not a class instance. And PHP will only free this memory when the "request" is finished. So even if your code is...

I'll have a look at if/how we can configure that

@cmb69 I would also tend to say that it's not a bug. There is a comment in the documentation talking about this behaviour and how to handle the case. Maybe...