You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to phpsp...@googlegroups.com
I've been using phpspec for a month or so now, and I've just ran into a bad issue with a call not being made. Basically I'm trying to check if a call is being made on a collaborator, and it tells me that it's not. https://gist.github.com/anonymous/cdf2b445680206db2e8d
Is there anything visibly wrong with either the spec or the code?
md
unread,
May 7, 2014, 5:29:59 AM5/7/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to phpsp...@googlegroups.com
Use the same variable name (as opposed to $filter, $filter_factory) for the filter factory. PhpSpec uses reflection to treat them as the same double.
Marcello
Adrian Mihai
unread,
May 7, 2014, 5:49:09 AM5/7/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to phpsp...@googlegroups.com
thank you Marcello,
I suspected that it was actually hitting "another" reflected collaborator, but I had no way of knowing about this behaviour besides studying the source code.