Changes
- Update minimum support for Testbench Core v7.46.0+. (v7.45.0...v7.46.0)
Testbench Changes
Added
- Added
artisan
binary to Laravel skeleton. - Added
Orchestra\Testbench\join_paths()
function. - Added
Orchestra\Testbench\Attributes\UsesVendor
attribute class. - Added
defineStashRoutes()
method to register adhoc route for test.
Changes
- Change
afterApplicationCreated()
,afterApplicationRefreshed()
, andbeforeApplicationDestroyed()
methods visibility fromprotected
topublic
. - Improvements to
Orchestra\Testbench\default_skeleton_path()
,Orchestra\Testbench\package_path()
, andOrchestra\Testbench\workbench_path()
usage based on newOrchestra\Testbench\join_paths()
function.