lorisleiva / laravel-actions

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

Undefined property: Lorisleiva\Actions\Decorators\ListenerDecorator::$container #230

Closed edalzell closed 1 year ago

edalzell commented 1 year ago

Getting this error in my tests, where I have some actions-as-listeners.

Stack trace: https://flareapp.io/share/17DoBpZP

The test still completes, but I don't understand the error.

What information can I provide to help understand?

I'm on the latest Laravel 10, Pest 2.0, PHPUnit 10 and Actions

edalzell commented 1 year ago

I had an action listening for the wrong event.