generated from spatie/package-skeleton-laravel
-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
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
assertMethodWiredToAction switched params #41
Comments
Hey, why should they be switched? 🤔 |
Hey, because the $action is in place of $methodName and vice-versa. It should be
|
Oh I see, you are absolutely right 🙀 Would you be willing to make a PR to fix it? |
Definitely, will do. Thank you! |
Thank you 🙏 |
I don't have the permissions
|
Hey, did you fork the project? Then you can do a Pull Request |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At least these two methods have their params switched up (methodName, action) should be (action, methodName)
assertMethodWiredToAction() and assertMethodNotWiredToAction()
The text was updated successfully, but these errors were encountered: