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)
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 declaredstatic
)