function-mocker
function-mocker copied to clipboard
A Patchwork powered function mocker.
Hello, I have a situation, where I check with `wasCalledWithOnce` something like this: ```php $mock_func->wasCalledWithOnce([ 0, [], [ 'key_1' => [ [ 'key_1_1' => [ [ 'key' => null, 'another_key'...
I've noticed that in the most recent version of the library, a `vendor\lucatume\function-mocker\cache\` folder is created and some cached code is saved there. This is causing two issues: - Our...