laravel / octane

Supercharge your Laravel application's performance.
https://laravel.com/docs/octane
MIT License
3.74k stars 291 forks source link

Fix test failed #934

Closed sy-records closed 1 month ago

sy-records commented 1 month ago

Fix recent test execution failures. https://github.com/laravel/octane/actions/runs/10153925507/job/28078186516

It calls Stream::throwable when the env is local or testing.

https://github.com/laravel/octane/blob/09dadeeed76461c16c18f9fc7d530ce681e487f0/src/Listeners/ReportException.php#L24-L26