bugsnag / bugsnag-laravel

BugSnag notifier for the Laravel PHP framework. Monitor and report Laravel errors.
https://docs.bugsnag.com/platforms/php/laravel/
MIT License
876 stars 129 forks source link

Fix unstable version tests #533

Closed imjoehaines closed 8 months ago

imjoehaines commented 8 months ago

Goal

The unstable version tests were broken by recent changes to the upcoming Laravel v11 as the app structure has been overhauled. Almost all of the patches that apply to the fixture app needed changing, but all existing scenarios pass without changes to our package code

The unit tests also required bumps to orchestra/testbench and PHPUnit with some associated deprecation fixes (data provider methods need to be declared static)