Dave Marshall
Dave Marshall
I'll be honest, I'm not that enamoured and couldn't see myself using it, will wait to here other opinions
Consider this the roadmap :+1:, comment here with anything and I'll try and triage. - [x] #1154
Honestly no idea on this one, hopefully someone else might be able to shed some light.
My bad! I've not really paid much attention to 0.9 and I've just been lazy with 1.0. If anyone wants to chip in and put something down, please feel free,...
I'm not really sure to be honest. How old is HHVM 3.9? As a general rule, we're trying to continue supporting HHVM, but we need help from people who are...
Mockery has two "levels" of expectations, which might work for your use case. If you append `byDefault()` to your first expectation setup, the second one will override it. ``` php
Honestly, I don't know. You'd need to take a look at the generated code and see how we handle arguments by reference.
I believe it's a limitation, but I can't remember why - https://github.com/mockery/mockery/blob/dc9255b24b028cb49fae09a8f46345f483114fff/docs/reference/final_methods_classes.rst. Unfortunately I don't do much with final classes and methods, so haven't really taken the time to explore.
"Mockery\Exception\RuntimeException : Could not load mock" when open coverage and mock static method
No idea on this one! Could you supply a full test class? I don't know how PHPUnit works with regards to code coverage and process isolation etc.
I've run in to this, is `is_callable` a viable alternative to `method_exists`?