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
Hi,
I'm trying to create a mock of file_get_contents function. On the first call, it should throw an exception, but on the second call it should return a value. How can I mock it?:
Hi,
I'm trying to create a mock of
file_get_contents
function. On the first call, it should throw an exception, but on the second call it should return a value. How can I mock it?:The text was updated successfully, but these errors were encountered: