Skip to content

Mocking action not working #244

Answered by edalzell
edalzell asked this question in Q&A
Discussion options

You must be logged in to vote

Answering my own question.

Issue was that it's not the exact same object, so you should be comparing ids via a closure using withArgs:

    SendLoginLink::shouldRun()
        ->once()
        ->withArgs(fn ($m, $url) => $m->id == $member->id && $url == null);

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by edalzell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant