Releases: orchestral/testbench
Releases · orchestral/testbench
v3.3.0
- Update support for Laravel Framework v5.3.
- Add
Orchestra\Testbench\ApplicationTestCase
andOrchestra\Testbench\Exceptions\ApplicationHandler
for full Laravel integration testing support. (@rydurham) - Add new
Orchestra\Testbench\TestCase::setUpTraits()
method. - Add support to
Illuminate\Foundation\Testing\Concerns\InteractsWithAuthentication
by default. - Update named route look-up table when
$app
is bootstrapped. - Add
Orchestra\Testbench\TestCase::loadMigrationsFrom()
to migrate during setup and add an event to rollback the migration during teardown. (@loren138)
v3.2.6
- Add
Orchestra\Testbench\TestCase::loadMigrationsFrom()
to migrate during setup and add an event to rollback the migration during teardown. (@loren138) - Add
TokenMismatchException
toOrchestra\Testbench\Exceptions\ApplicationHandler::$dontReport
array. (@lancepioch)
v3.1.8
v3.2.5
v3.2.4
v3.2.3
v3.2.2
v3.2.1
v3.2.0
- Update support for Laravel Framework v5.2.
- Include default middlewares under
Orchestra\Testbench\Http\Kernel
. - Add
Orchestra\Testbench\Http\Middleware\Authenticate
andOrchestra\Testbench\Http\Middleware\RedirectIfAuthenticated
. - Rename
Orchestra\Testbench\TestCaseInterface
toOrchestra\Testbench\Contracts\TestCase
. - Remove Behat integration via
Orchestra\Testbench\BehatFeatureContext
.