Dave Marshall

Results 121 comments of Dave Marshall

I'm not entirely sure if I'm honest! Have you tried adding those methods and running the tests? If nothing breaks, I'd recommend submitting a PR and we could all chime...

Have we examined all the return points where we return something of an `ExpectationInterface`? If they are few and narrow, I think we can let it slide in a 1.x...

In that case I would be happy to bend the rules here. If we proceed, now would be a good time to mark the `ExpectationInterface` with `@internal`.

@slepic honestly I'm not sure. I've not had chance to think on it too much, so will wait a while for further feedback from others.

Largely I agree, but as maintainers we're already maintaining two branches (I think because of a lot of Laravel users), releasing in such a manner does bring additional burden.

I think we could allow this again, we should be able to allow them to do ``` $mock->expects()->foo('bar')->atLeast()->twice(); ``` I'll take a look later.

I think the use of Mockery clouds the problem a little. You don't really need to read the Mockery issue, it mostly provides some context to @usox's specific issue. In...

We found this library far exceeded our needs, so pulled everything into our own namespace and threw away anything we didn't want. It's not something I can package up easily,...

I'm open to anything really, but if it could be used with anything other than capistrano as well, that would be useful. How does capistrano do it for the rails...

I know what you mean. It's been a long time since I used capistrano, does it work with symlinks, kind of like: ``` releases/ 12345/ 67890/ current -> releases/67890 previous...