Open benr77 opened 8 months ago
Thank you for this issue. There has not been a lot of activity here for a while. Has this been resolved?
Just a quick reminder to make a comment on this. If I don't hear anything I'll close this.
@kbond Has a solution to this recently been released? I think I saw something related in some recent release notes?
The test helper docs show how you can call a LiveAction from the test - e.g.
Can this also be used to supply form data?
For many of my LiveActions, I grab the form data and then perform one or more actions.
But the above seems to be for passing actual method params whereas I'd want to mock the form data obtained via
$this->getForm()->getData();
etc.Thanks