Releases: orchestral/testbench
Releases · orchestral/testbench
v3.2.8
- Reverse order of execution for
$this->beforeApplicationDestroyedCallbacks
. (a-komarev)
v3.1.10
- Reverse order of execution for
$this->beforeApplicationDestroyedCallbacks
. (a-komarev)
v3.4.5
Added
- Add
Orchestra\Testbench\Traits\WithLaravelMigrations
trait to allow executing Laravel default migrations.
v3.3.6
- Add
Orchestra\Testbench\TestCase::loadLaravelMigrations()
to execute Laravel default migrations.
v3.2.7
- Add
Orchestra\Testbench\TestCase::loadLaravelMigrations()
to execute Laravel default migrations.
v3.1.9
- Add
Orchestra\Testbench\TestCase::loadLaravelMigrations()
to execute Laravel default migrations.
v3.4.4
Changes
- Update
auth
middleware class namespace.
v3.3.5
Changes
- Add missing running Artisan bootstrap which would load all deferred service providers.
- Ensure all configuration match
Illuminate\Foundation\Testing\TestCase
.
v3.4.3
Changes
- Add missing running Artisan bootstrap which would load all deferred service providers.
- Ensure all configuration match
Illuminate\Foundation\Testing\TestCase
.
v3.4.2
Added
- Add
Orchestra\Testbench\Traits\WithLoadMigrationsFrom
for migration with --realpath
support.
Changed
- Use
PHPUnit\Framework\TestCase
instead of PHPUnit_Framework_TestCase
since we're requiring phpunit
v5.7.0
and above.
Removed
- Remove
Orchestra\Database\ConsoleServiceProvider
from default app.providers
configuration file.