joshgaber / NovaUnit

Unit testing suite for Laravel Nova, built to extend PHPUnit
https://joshgaber.github.io/NovaUnit
MIT License
66 stars 23 forks source link

Fix ActionResponse return introduced with Nova > 4.24.0 #59

Open kichetof opened 1 year ago

kichetof commented 1 year ago

Hello,

Nova 4.24.0 and up introduced a new ActionResponse class as return statement.

NovaUnit MockActionResponse expect an array instead of ActionResponse class.

This PR handle both types.

Sergej-Tihonov commented 1 year ago

@joshgaber can you take a look at this PR please. It's a small and necessary change in regards of Nova 4.24.0 update.

salvisb commented 1 year ago

Hi @joshgaber. Could you review and merge this PR please?

LorenzoAlu commented 1 year ago

I try this and it's work perfect thanks @kichetof ;)

Xammie commented 10 months ago

It would be great if this could be merged :)