function-mocker icon indicating copy to clipboard operation
function-mocker copied to clipboard

A Patchwork powered function mocker.

Results 2 function-mocker issues
Sort by recently updated
recently updated
newest added

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...

enhancement