We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I have a situation, where I check with wasCalledWithOnce something like this:
wasCalledWithOnce
$mock_func->wasCalledWithOnce([ 0, [], [ 'key_1' => [ [ 'key_1_1' => [ [ 'key' => null, 'another_key' => null, 'another_one' => 0 ] ] ] ], 'key_2' => 0, 'key_3' => 0, 'key_4' => null, ], 0 ]);
It's failing at the third argument, The args values are valid, and I can't see where the issue is.
So my question is: Is there any way I can print the diff between what I give it and what the actual args, like what assertEqual is doing?
assertEqual
Thanks,
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I have a situation, where I check with
wasCalledWithOnce
something like this:It's failing at the third argument, The args values are valid, and I can't see where the issue is.
So my question is: Is there any way I can print the diff between what I give it and what the actual args, like what
assertEqual
is doing?Thanks,
The text was updated successfully, but these errors were encountered: