Releases: orchestral/testbench-core
Releases · orchestral/testbench-core
v3.8.5
Added
- Added
Orchestra\Testbench\Concerns\CreatesApplication::resetApplicationArtisanCommands()
.
Changes
- Reset registered artisan commands when running migration from
Orchestra\Testbench\Concerns\WithLoadMigrationsFrom::loadMigrationsFrom()
.
v3.7.9
Added
- Added
Orchestra\Testbench\Concerns\CreatesApplication::resetApplicationArtisanCommands()
.
Changes
- Reset registered artisan commands when running migration from
Orchestra\Testbench\Concerns\WithLoadMigrationsFrom::loadMigrationsFrom()
.
v3.6.7
Added
- Added
Orchestra\Testbench\Concerns\CreatesApplication::resetApplicationArtisanCommands()
.
Changes
- Reset registered artisan commands when running migration from
Orchestra\Testbench\Concerns\WithLoadMigrationsFrom::loadMigrationsFrom()
.
v3.8.4
Changes
- Update Laravel 5.8 skeleton.
- Bump suggested minimum Laravel Framework version to
5.8.19
.
v3.8.3
Changes
- Update Laravel 5.8 skeleton.
- Bump suggested minimum Laravel Framework version to
5.8.15
.
v3.8.2
Changes
- Update Laravel 5.8 skeleton.
v3.7.8
Changes
- Update Laravel 5.7 skeleton.
- Recommend to be used with Laravel Framework v5.7.28+.
v3.8.1
Changes
- Update Laravel 5.8 skeleton.
- Uncomment
session.expire_on_close
.
- Use
AWS_DEFAULT_REGION
environment variable instead of AWS_REGION
for consistency.
v3.8.0
Changes
- Update support for Laravel Framework v5.8.
- Add
void
return type to setUp()
and tearDown()
for PHPUnit 8+ compatibility.
v3.7.7
Changes
- Update Laravel 5.7 skeleton.
- Recommend to be used with Laravel Framework v5.7.14+.