Changes
- Update minimum support for Testbench Core v6.7.0+. (v6.6.0...v6.7.0)
Testbench Changes
Added
- Added
defineEnvironment()
anddefineDatabaseMigrations()
method toOrchestra\Testbench\TestCase
.defineEnvironment()
usage is identical togetEnvironmentSetUp()
but the original function will remain functioning for now.- Use
defineDatabaseMigrations()
to load any database migrations for the tests. This will allows Testbench to loads it early on the test cycle before to avoid it being clashing usage withDatabaseTransactions
trait.
- Add support to read environment variable from
.env
on skeleton when it's available when used withtestbench
bin command.
Changes
- Update Laravel skeleton.
- Remove
filesystems.cloud
configuration.
- Remove