Skip to content

Commit

Permalink
v3.3.0
Browse files Browse the repository at this point in the history
* Update support for Laravel Framework v5.3.
* Add `Orchestra\Testbench\ApplicationTestCase` and `Orchestra\Testbench\Exceptions\ApplicationHandler` for full Laravel integration testing support. ([@rydurham](https://github.com/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](https://github.com/loren138))

Signed-off-by: crynobone <[email protected]>
  • Loading branch information
crynobone committed Aug 25, 2016
1 parent e512241 commit 59f1ed6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@ title: Testbench Change Log

---

## Version 3.3 {#v3-3}

### v3.3.0 {#v3-3-0}

* Update support for Laravel Framework v5.3.
* Add `Orchestra\Testbench\ApplicationTestCase` and `Orchestra\Testbench\Exceptions\ApplicationHandler` for full Laravel integration testing support. ([@rydurham](https://github.com/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](https://github.com/loren138))

## Version 3.2 {#v3-2}

### v3.2.6 {#v3-2-6}
Expand Down

0 comments on commit 59f1ed6

Please sign in to comment.