lorisleiva / laravel-actions

⚡️ Laravel components that take care of one specific task
https://laravelactions.com
MIT License
2.52k stars 124 forks source link

WithAttributes will not let you Mock or PartialMock Action Objects #275

Closed WorthLMS closed 1 month ago

WorthLMS commented 8 months ago

Trying to mock or partialMock any Action Object when the WithAttributes Trait attached throws

Received Mockery_#_App_Actions_Action::set(), but no expectations were specified

Wulfheart commented 1 month ago

Seems to be a Mockery error and not related to Actions. I am going to close this issue until you provide more info and a reproduction repository.