You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Supporting pass-by-reference was such a hack and now side effects of
that hack were reported. Upstream won't support pass-by-reference
anyways, so I'm going to drop that here as well. If you need to mock a
function which uses pass-by-reference (e.g. exec()) feel free to use
another testing framework (e.g. phpunit with php-mock-phpunit).
See also: #1, phpspec/prophecy#225
0 commit comments