Replies: 2 comments 1 reply
-
Is there a way to do this? It would be nice to have this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Did |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Package
Other
Package Version
v3.2.72
How can we help you?
If I halt an action using $action->halt() I can assert that in tests using
->assertTableActionHalted('my-action')
But how can I do the same if I use $action->cancel()? There is no
->assertTableActionCanceled('my-action')
Beta Was this translation helpful? Give feedback.
All reactions