Changes
- Update minimum support for Testbench Core v5.12.0+. (v5.11.0...v5.12.0)
Testbench Changes
Changes
- Bump
mockery/mockery
tov1.3.2
and above. - Opt to use
method_exists()
to detect support forparseTestMethodAnnotations()
underHandlesDatabases
andHandlesRoutes
trait. - Update
Orchestra\Testbench\Bootstrap\LoadConfiguration::getConfigurationFiles()
to returnGenerator
instead of array.